summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS216
1 files changed, 140 insertions, 76 deletions
diff --git a/NEWS b/NEWS
index 2a9ea62..4061c03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,24 +1,89 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.2 [...] 32.4 [...]
4 ENHANCEMENTS
5
6 FIXES
7
82.3 10th December 2020
9 ENHANCEMENTS
10 check_dns: allow 'expected address' (-a) to be specified in CIDR notation
11 (IPv4 only).
12 check_dns: allow for IPv6 RDNS
13 check_dns: Accept CIDR
14 check_dns: allow unsorted addresses
15 check_dns: allow forcing complete match of all addresses
16 check_apt: add --only-critical switch
17 check_apt: add -l/--list option to print packages
18 check_file_age: add range checking
19 check_file_age: enable to test for maximum file size
20 check_apt: adding packages-warning option
21 check_load: Adding top consuming processes option
22 check_http: Adding Proxy-Authorization and extra headers
23 check_snmp: make calcualtion of timeout value in help output more clear
24 check_uptime: new plugin for checking uptime to see how long the system is running
25 check_curl: check_http replacement based on libcurl
26 check_http: Allow user to specify HTTP method after proxy CONNECT
27 check_http: Add new flag --show-body/-B to print body
28 check_cluster: Added data argument validation
29 check_icmp: Add IPv6 support
30 check_icmp: Automatically detect IP protocol
31 check_icmp: emit error if multiple protocol version
32 check_disk: add support to display inodes usage in perfdata
33 check_hpjd: Added -D option to disable warning on 'out of paper'
34 check_http: support the --show-body/-B flag when --expect is used
35 check_mysql: allow mariadbclient to be used
36 check_tcp: add --sni
37 check_dns: detect unreachable dns service in nslookup output
38
39 FIXES
40 Fix regression where check_dhcp was rereading response in a tight loop
41 check_dns: fix error detection on sles nslookup
42 check_disk_smb: fix timeout issue
43 check_swap: repaired "-n" behaviour
44 check_icmp: Correctly set address_family on lookup
45 check_icmp: Do not overwrite -4,-6 on lookup
46 check_smtp: initializes n before it is used
47 check_dns: fix typo in parameter description
48 check_by_ssh: fix child process leak on timeouts
49 check_mysql: Allow sockets to be specified to -H
50 check_procs: improve command examples for 'at least' processes
51 check_swap: repaired "-n" behaviour
52 check_disk: include -P switch in help
53 check_mailq: restore accidentially removed options
54
552.2 29th November 2016
4 ENHANCEMENTS 56 ENHANCEMENTS
5 check_snmp's performance data now also includes warning/critical
6 thresholds
7 New check_snmp "-N" option to specify SNMPv3 context name
8 New check_nt "-l" parameters: seconds|minutes|hours|days
9 New check_mailq -s option which tells the plugin to use sudo(8)
10 New -W/-C option for check_ldap to check number of entries (Gerhard Lausser)
11 The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" 57 The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2"
12 to force TLSv1.1 and TLSv1.2 connections, respectively 58 to force TLSv1.1 and TLSv1.2 connections, respectively
13 The check_http -S/--ssl option now allows for specifying the desired 59 The check_http -S/--ssl option now allows for specifying the desired
14 protocol with a "+" suffix to also accept newer versions 60 protocol with a "+" suffix to also accept newer versions
61 Let check_http check HTTPS web sites via proxies
62 check_http: add timeout to performance data as max value
63 check_http: report certificate expiry date in UTC
64 check_snmp: add IPv6 support
65 check_snmp's performance data now also includes warning/critical
66 thresholds
67 New check_snmp -N option to specify SNMPv3 context name
68 Let check_smtp's -D option imply -S
69 Let check_smtp's -e option match against the full SMTP response
70 check_dig: expected response is now case-insensitive
71 New check_mailq -s option which tells the plugin to use sudo(8)
72 New check_nt -l parameters: seconds|minutes|hours|days
73 New -W/-C option for check_ldap to check number of entries
74 check_users: add support for range thresholds
75 check_fping now auto-detects IPv6 addresses
76 check_radius now supports the radcli library
77 Support OpenSSL 1.1
15 78
16 FIXES 79 FIXES
80 check_http: fix host header port handling
17 Let check_real terminate lines with CRLF when talking to the server, as 81 Let check_real terminate lines with CRLF when talking to the server, as
18 mandated by 2326 82 mandated by RFC 2326
19 Fix check_procs on HP-UX 83 Fix check_procs on HP-UX
20 check_smtp's -e/--expect option can now be combined with -S/--starttls 84 check_smtp's -e/--expect option can now be combined with -S/--starttls
21 Fix incorrect performance data thresholds emitted by check_ups 85 Fix incorrect performance data thresholds emitted by check_ups
86 Don't let check_procs miss some processes on busy Solaris systems
22 87
23 WARNINGS 88 WARNINGS
24 The format of the performance data emitted by check_mrtgtraf has been 89 The format of the performance data emitted by check_mrtgtraf has been
@@ -26,7 +91,7 @@ This file documents the major additions and syntax changes between releases.
26 check_ssh now returns CRITICAL for protocol/version errors 91 check_ssh now returns CRITICAL for protocol/version errors
27 If a plugin is invoked with -h/--help or -V/--version, the exit status 92 If a plugin is invoked with -h/--help or -V/--version, the exit status
28 is now UNKNOWN 93 is now UNKNOWN
29 The superseded check_ntp.pl was removed, please use check_ntp_peer or 94 The superseeded check_ntp.pl was removed, please use check_ntp_peer or
30 check_ntp_time instead 95 check_ntp_time instead
31 96
322.1.2 16th October 2015 972.1.2 16th October 2015
@@ -42,11 +107,10 @@ This file documents the major additions and syntax changes between releases.
42 Fix check_apt's handling of invalid regular expressions 107 Fix check_apt's handling of invalid regular expressions
43 Fix check_real's server response processing 108 Fix check_real's server response processing
44 Fix backslash escaping in check_tcp's --help output 109 Fix backslash escaping in check_tcp's --help output
45 Fix check_procs's unclosed filehandle in pst3 on Solaris
46 110
472.1 15th October 2014 1112.1 15th October 2014
48 ENHANCEMENTS 112 ENHANCEMENTS
49 New check_hpjd -p option for port specification (abrist) 113 New check_hpjd -p option for port specification
50 New ./configure --with-qmail-qstat-command option to specify the path to 114 New ./configure --with-qmail-qstat-command option to specify the path to
51 qmail-qstat(8) 115 qmail-qstat(8)
52 New check_ifstatus -n option to ignore interfaces by name 116 New check_ifstatus -n option to ignore interfaces by name
@@ -94,7 +158,7 @@ This file documents the major additions and syntax changes between releases.
94 Don't have check_http's -N option expect an argument 158 Don't have check_http's -N option expect an argument
95 check_ide_smart could disable offline auto tests but could not re-enable them. 159 check_ide_smart could disable offline auto tests but could not re-enable them.
96 For this reason all SMART command modes have been disabled. 160 For this reason all SMART command modes have been disabled.
97 check_dig: fix wrong IPv6 arguments order (Stéphane Bortzmeyer) 161 check_dig: fix wrong IPv6 arguments order
98 check_dig: make sure not to give up too early when a timeout is specified with -t 162 check_dig: make sure not to give up too early when a timeout is specified with -t
99 check_log: don't stumble over log lines that include a "%" character 163 check_log: don't stumble over log lines that include a "%" character
100 check_nt: add UPTIME to perfdata 164 check_nt: add UPTIME to perfdata
@@ -128,15 +192,15 @@ This file documents the major additions and syntax changes between releases.
128 Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page) 192 Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page)
129 Add performance data to check_apt 193 Add performance data to check_apt
130 Add performance data to check_procs 194 Add performance data to check_procs
131 Added -4/-6 options to check_dig (Ville Mattila) 195 Added -4/-6 options to check_dig
132 New check_oracle --connect option to perform real login 196 New check_oracle --connect option to perform real login
133 New check_nagios -t option to override the default timeout 197 New check_nagios -t option to override the default timeout
134 New check_disk -f/--freespace-ignore-reserved option to ignore space reserved for root 198 New check_disk -f/--freespace-ignore-reserved option to ignore space reserved for root
135 New check_disk -N/--include-type option to limit the filesystem types to check 199 New check_disk -N/--include-type option to limit the filesystem types to check
136 Allow for building the plugins in parallel 200 Allow for building the plugins in parallel
137 Add --without-{dbi,ldap,radius} options to ./configure 201 Add --without-{dbi,ldap,radius} options to ./configure
138 Made Verbose output of check_sensors compliant (Gabriele Tozzi) 202 Made Verbose output of check_sensors compliant
139 New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn) 203 New switch -E/--extended-perfdata for check_http to print additional performance data
140 New check_http -d option to specify a string to expect within the response headers 204 New check_http -d option to specify a string to expect within the response headers
141 New check_http -J/-K options for client certificate authentication support 205 New check_http -J/-K options for client certificate authentication support
142 Add support for executing queries to check_pgsql 206 Add support for executing queries to check_pgsql
@@ -159,11 +223,11 @@ This file documents the major additions and syntax changes between releases.
159 Change the MAIL FROM command generated by check_smtp to be RFC compliant 223 Change the MAIL FROM command generated by check_smtp to be RFC compliant
160 Fix compilation of check_http without SSL support 224 Fix compilation of check_http without SSL support
161 Fix check_snmp reversed threshold ranges (backward-compatibility) 225 Fix check_snmp reversed threshold ranges (backward-compatibility)
162 Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors) 226 Fix check_snmp memory violation when using more than 8 oids
163 Fix check_apt security regular expression (Alex Bradley) 227 Fix check_apt security regular expression
164 Fix check_http handling extra header (-k) containing semicolons (Richard Leitner) 228 Fix check_http handling extra header (-k) containing semicolons
165 Fix check_apt handling unknown exit codes from apt-get (Richard Leitner) 229 Fix check_apt handling unknown exit codes from apt-get
166 Fix deprecated imports of check_nmap.py (Fabio Rueda) 230 Fix deprecated imports of check_nmap.py
167 231
168 WARNINGS 232 WARNINGS
169 check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead. 233 check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead.
@@ -172,34 +236,34 @@ This file documents the major additions and syntax changes between releases.
172 236
1731.4.16 27th June 2012 2371.4.16 27th June 2012
174 ENHANCEMENTS 238 ENHANCEMENTS
175 check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) 239 check_nt UPTIME accepts warning/critical thresholds
176 check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) 240 check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699)
177 check_http now uses standard threshold functions (enables floating point and ranges) 241 check_http now uses standard threshold functions (enables floating point and ranges)
178 check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski) 242 check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks
179 check_http now supports an optional -S/--ssl value to choose the SSL protocol version (#3066166 - Jason Lunn) 243 check_http now supports an optional -S/--ssl value to choose the SSL protocol version (#3066166)
180 Add perfdata to check_ssh (#3244097 - Marco Beck) 244 Add perfdata to check_ssh (#3244097)
181 New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson) 245 New option to check_smtp to ignore failures when sending QUIT (#3358348)
182 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein) 246 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334)
183 check_sensors now detects faulty sensors unless --ignore-fault is specified (Jan Wagner) 247 check_sensors now detects faulty sensors unless --ignore-fault is specified
184 utils.sh now provides a check_range function (Alex Griffin) 248 utils.sh now provides a check_range function
185 Improved the performance of check_users (Marc Remy) 249 Improved the performance of check_users
186 Add perfdata to check_disk_smb (Debian #654259 - Charles-Henri Larose) 250 Add perfdata to check_disk_smb (Debian #654259)
187 Updated Nagios::Plugin perl module 251 Updated Nagios::Plugin perl module
188 Add warning threshold to certificate expiration checks of check_tcp/http/smtp (William Leibzon) 252 Add warning threshold to certificate expiration checks of check_tcp/http/smtp
189 Add --perf-oids option for check_snmp (Jochen Bern) 253 Add --perf-oids option for check_snmp
190 254
191 FIXES 255 FIXES
192 Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) 256 Fix check_disk free space calculation if blocksizes differ within a disk group (#2973603)
193 check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696) 257 check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696)
194 Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds 258 Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds
195 Fix check_ldap overriding the port when --ssl was specified after -p 259 Fix check_ldap overriding the port when --ssl was specified after -p
196 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ',' 260 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ','
197 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) 261 Fix segfault in check_host when hostname returns multiple IP addresses
198 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors 262 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors
199 Fix check_ping's parsing of ping6(1) output (#1894850, Debian #514588, Debian #662638 - Matej Vela) 263 Fix check_ping's parsing of ping6(1) output (#1894850, Debian #514588, Debian #662638)
200 Fix a check_dhcp bug which was triggered by checking Windows 2003 DHCP servers (#3503921) 264 Fix a check_dhcp bug which was triggered by checking Windows 2003 DHCP servers (#3503921)
201 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions 265 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions
202 Fix performance data label containing spaces in check_snmp (Jochen Bern) 266 Fix performance data label containing spaces in check_snmp
203 267
2041.4.15 27th July 2010 2681.4.15 27th July 2010
205 ENHANCEMENTS 269 ENHANCEMENTS
@@ -209,30 +273,30 @@ This file documents the major additions and syntax changes between releases.
209 New check_snmp --rate option to store differences between invocations. Saves state in PREFIX/var/{plugin} 273 New check_snmp --rate option to store differences between invocations. Saves state in PREFIX/var/{plugin}
210 check_snmp -l label option now also changes the perfdata label. See WARNINGS 274 check_snmp -l label option now also changes the perfdata label. See WARNINGS
211 check_snmp has an --invert-search option which reverses status of the string and regexp searches 275 check_snmp has an --invert-search option which reverses status of the string and regexp searches
212 check_http now displays the missing search string and the URL in the output when failed (Duncan Ferguson - #2999924) 276 check_http now displays the missing search string and the URL in the output when failed (#2999924)
213 Updated Nagios::Plugin perl module 277 Updated Nagios::Plugin perl module
214 Updated gnulib to June 2010 278 Updated gnulib to June 2010
215 279
216 FIXES 280 FIXES
217 Fix check_ircd binding to wrong interface (#668778) 281 Fix check_ircd binding to wrong interface (#668778)
218 Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925) 282 Add proxy-authorization option to check_http (#1323230, #2863925)
219 check_icmp now increment the sequence counter in each packet 283 check_icmp now increment the sequence counter in each packet
220 Fix usage of repeated -o options in check_snmp 284 Fix usage of repeated -o options in check_snmp
221 Try to detect arguments passed via --with-ping[6]-command and set options accordingly (#2908236) 285 Try to detect arguments passed via --with-ping[6]-command and set options accordingly (#2908236)
222 Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455) 286 Fix memory leak in check_http for large pages (#2957455)
223 Fix compilation with GCC 2.96 (Konstantin Khomoutov - #2977105) 287 Fix compilation with GCC 2.96 (#2977105)
224 Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore 288 Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore
225 Fix regression in check_http ssl checks on some servers - make SNI an option 289 Fix regression in check_http ssl checks on some servers - make SNI an option
226 Fix guest mode support in check_disk_smb 290 Fix guest mode support in check_disk_smb
227 Fix check_disk_smb and check_ircd failures when run via ePN 291 Fix check_disk_smb and check_ircd failures when run via ePN
228 check_ldap now allows for specifying an empty LDAP base 292 check_ldap now allows for specifying an empty LDAP base
229 Fix compilation error of pst3 in Solaris 8 293 Fix compilation error of pst3 in Solaris 8
230 Fix check_radius returning OK on unexpected results (Craig Leres - #2911752) 294 Fix check_radius returning OK on unexpected results (#2911752)
231 Fix translations when extra-opts aren't enabled (Jan Wagner - #2832884) 295 Fix translations when extra-opts aren't enabled (#2832884)
232 Fix parsing of multi-line strings in check_snmp (broken in 1.4.14) and enhance output in such case (#2832451) 296 Fix parsing of multi-line strings in check_snmp (broken in 1.4.14) and enhance output in such case (#2832451)
233 Fix detection of pst3 64-bit compile flags with Sun CC 297 Fix detection of pst3 64-bit compile flags with Sun CC
234 Fix cmd_run overwriting the environment, which would break some commands that needed it 298 Fix cmd_run overwriting the environment, which would break some commands that needed it
235 Allow check_ifstatus to accept version=2c - used to only allow version=2 (Brian Landers) 299 Allow check_ifstatus to accept version=2c - used to only allow version=2
236 Fix examples in check_disk, where it implied was possible to suffix unit values to warn/crit parameters 300 Fix examples in check_disk, where it implied was possible to suffix unit values to warn/crit parameters
237 301
238 WARNINGS 302 WARNINGS
@@ -245,71 +309,71 @@ This file documents the major additions and syntax changes between releases.
245 check_http has options to specify the HTTP method (#2155152) 309 check_http has options to specify the HTTP method (#2155152)
246 check_users thresholds were not working exactly as documented (>= rather than >) 310 check_users thresholds were not working exactly as documented (>= rather than >)
247 Updated tinderbox_build script to point to new tinderbox server 311 Updated tinderbox_build script to point to new tinderbox server
248 check_ifoperstatus -n flag now works as expected (sf.net #1569488) 312 check_ifoperstatus -n flag now works as expected (#1569488)
249 check_ifoperstatus now supports ifType based lookup for ifIndex 313 check_ifoperstatus now supports ifType based lookup for ifIndex
250 check_ups now sends a LOGOUT string (debian bug #387001) 314 check_ups now sends a LOGOUT string (Debian #387001)
251 Extra-opts (C plugins) now allows both '#' and ';' for comments (like N::P) 315 Extra-opts (C plugins) now allows both '#' and ';' for comments (like N::P)
252 Extra-opts (C plugins) does not allow trailing comments anymore (like N::P) 316 Extra-opts (C plugins) does not allow trailing comments anymore (like N::P)
253 Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap 317 Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap
254 Fixed segfault in extra-opts under some circumstance when reading multiple sections 318 Fixed segfault in extra-opts under some circumstance when reading multiple sections
255 Fix long options parsing in check_disk, check_dns, check_mrtg, check_mrtgtraf and check_tcp 319 Fix long options parsing in check_disk, check_dns, check_mrtg, check_mrtgtraf and check_tcp
256 Add missing long options for check_nt (for use with extra-opts) 320 Add missing long options for check_nt (for use with extra-opts)
257 check_icmp now reports min and max round trip time perfdata (Steve Rader) 321 check_icmp now reports min and max round trip time perfdata
258 Fixed check_http bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) 322 Fixed check_http bug where additional headers with redirection caused a segfault (2089159)
259 check_disk: make autofs mount paths specified with -p before we determine the mount list (Erik Welch) 323 check_disk: make autofs mount paths specified with -p before we determine the mount list
260 Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) 324 Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265)
261 Re-bundled libtap as a built-in library (--enable-libtap): detects system library as pre-1.4.13 and does not install the built-in library anymore 325 Re-bundled libtap as a built-in library (--enable-libtap): detects system library as pre-1.4.13 and does not install the built-in library anymore
262 Fixed check_mrtg returning UNKNOWN instead of OK (bug #2378068) 326 Fixed check_mrtg returning UNKNOWN instead of OK (#2378068)
263 Fixed check_http behaviour: all check are now performed as long as a valid response is returned (sf.net #1460312) 327 Fixed check_http behaviour: all check are now performed as long as a valid response is returned (#1460312)
264 check_http --onredirect=sticky follows using the same IP address (sf.net #2550208) 328 check_http --onredirect=sticky follows using the same IP address (#2550208)
265 check_http --onredirect=stickyport also follows the same port 329 check_http --onredirect=stickyport also follows the same port
266 Fixed coredump from check_nt when invalid drive is specified (#2179754 - Olli Hauer) 330 Fixed coredump from check_nt when invalid drive is specified (#2179754)
267 Fixed crash from check_nt when -H unspecified or given multiple times (sf.net #2731755, debian #521097) 331 Fixed crash from check_nt when -H unspecified or given multiple times (#2731755, Debian #521097)
268 Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch by John Barbuto) 332 Fixed passing of quotes in OID for check_snmp (#1985230)
269 Fixed check_http sending HTTP/1.0 with v1.1 headers (#2638765) 333 Fixed check_http sending HTTP/1.0 with v1.1 headers (#2638765)
270 Fixed check_http not timing-out on redirects 334 Fixed check_http not timing-out on redirects
271 Fixed negate not printing the real timeout in ALRM handler when left to default 335 Fixed negate not printing the real timeout in ALRM handler when left to default
272 negate timeout result is now configurable 336 negate timeout result is now configurable
273 Fixed segfault in check_mysql with old slaves (#2696823 - Oskar Ahner) 337 Fixed segfault in check_mysql with old slaves (#2696823)
274 check_nt can return UNKNOWN on timeouts (-u) 338 check_nt can return UNKNOWN on timeouts (-u)
275 Fixed typos for check_disk (Chris Pepper) 339 Fixed typos for check_disk
276 Fixed check_mysql* not using password set in my.cnf (#2531905 - Ben Timby) - Specify an empty password explicitly if you need to override it. 340 Fixed check_mysql* not using password set in my.cnf (#2531905) - Specify an empty password explicitly if you need to override it.
277 Fixed awk subst.in/subst script path error (#2722832 - Martin Foster) 341 Fixed awk subst.in/subst script path error (#2722832)
278 check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe Presbrey) 342 check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022)
279 Fixed wrong perfdata label for output traffic in check_mrtgtraf (#2654308 - Gavin Williams) 343 Fixed wrong perfdata label for output traffic in check_mrtgtraf (#2654308)
280 Fixed check_by_ssh interpretation of quotes in -C parameter (#1985246, #2268675) 344 Fixed check_by_ssh interpretation of quotes in -C parameter (#1985246, #2268675)
281 check_snmp now supports standard threshold ranges and doubles (floating numbers) in thresholds 345 check_snmp now supports standard threshold ranges and doubles (floating numbers) in thresholds
282 check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster) 346 check_fping now supports passing target timeout and interval to fping (#2347686)
283 Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder) 347 Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438)
284 check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments 348 check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments
285 pst3 compile fix for Sun Studio Compiler (Grant Byers) 349 pst3 compile fix for Sun Studio Compiler
286 350
2871.4.13 25th Sept 2008 3511.4.13 25th Sept 2008
288 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) 352 Fix Debian bug #460097: check_http --max-age broken
289 Optimised pst3 for systems with large number of processes (Duncan Ferguson) 353 Optimised pst3 for systems with large number of processes
290 Updated Nagios::Plugin to 0.27 354 Updated Nagios::Plugin to 0.27
291 Fix Debian bug #479013: check_dig's -l is mandatory now (sf.net #1986306) 355 Fix Debian bug #479013: check_dig's -l is mandatory now (#1986306)
292 check_dig now returns CRITICAL instead of WARNING when no answer section is found 356 check_dig now returns CRITICAL instead of WARNING when no answer section is found
293 check_procs now captures stderr in external command and adds to plugin output 357 check_procs now captures stderr in external command and adds to plugin output
294 check_snmp now only prints perfdata for non numeric values (#1867716) 358 check_snmp now only prints perfdata for non numeric values (#1867716)
295 check_icmp now supports packet size modification 359 check_icmp now supports packet size modification
296 check_http -e now accepts a comma-delimited list of expected status codes (Sven Nierlein) 360 check_http -e now accepts a comma-delimited list of expected status codes
297 libtap now included with this distribution for easier testing. Run ./configure with --enable-libtap 361 libtap now included with this distribution for easier testing. Run ./configure with --enable-libtap
298 check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented 362 check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented
299 Fix possible segfault in check_ntp_peer with deliberately invalid packets 363 Fix possible segfault in check_ntp_peer with deliberately invalid packets
300 364
3011.4.12 27th May 2008 3651.4.12 27th May 2008
302 Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren) 366 Added ./check_nt -v INSTANCES to count number of instances
303 New check_icmp -s option to specify the source IP address 367 New check_icmp -s option to specify the source IP address
304 check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) 368 check_dns now sorts addresses for testing results for more than one returned IP
305 Fix segfault in check_ntp_time and (deprecated) check_ntp (Bug #1862300) 369 Fix segfault in check_ntp_time and (deprecated) check_ntp (#1862300)
306 check_disk should now work with large file systems (2TB+) on all archs that supports it 370 check_disk should now work with large file systems (2TB+) on all archs that supports it
307 Fixed check_disk disk usage calculation when using --group=NAME (related to bug #1348746) 371 Fixed check_disk disk usage calculation when using --group=NAME (related to #1348746)
308 Fix help text of check_ntp* (Bug #1880095) 372 Fix help text of check_ntp* (#1880095)
309 Fix bugs and flaws in best offset server selection of check_ntp_time and (deprecated) check_ntp 373 Fix bugs and flaws in best offset server selection of check_ntp_time and (deprecated) check_ntp
310 check_ntp_peer now checks for the LI_ALARM flag 374 check_ntp_peer now checks for the LI_ALARM flag
311 Sync to latest Gnulib (includes new floorf function) 375 Sync to latest Gnulib (includes new floorf function)
312 check_pgsql now successfully builds with postgres lib v8.3 (Bug #1878972) 376 check_pgsql now successfully builds with postgres lib v8.3 (#1878972)
313 check_procs now accepts --ereg-argument-array for a regular expression match to the argument array 377 check_procs now accepts --ereg-argument-array for a regular expression match to the argument array
314 Reverted back to using pst3 for Solaris systems. Fixed issues re: -m64 needed to compile on 64bit systems 378 Reverted back to using pst3 for Solaris systems. Fixed issues re: -m64 needed to compile on 64bit systems
315 If applicable, Gettext linked dynamically instead of statically 379 If applicable, Gettext linked dynamically instead of statically
@@ -319,7 +383,7 @@ This file documents the major additions and syntax changes between releases.
319 check_mysql and check_radius now try clearing password in processlist just like check_mysql_query 383 check_mysql and check_radius now try clearing password in processlist just like check_mysql_query
320 check_mysql and check_mysql_query now support sockets explicitely (-s, --socket) 384 check_mysql and check_mysql_query now support sockets explicitely (-s, --socket)
321 negate now has the ability to replace the status text as well (-s, --substitute) 385 negate now has the ability to replace the status text as well (-s, --substitute)
322 Added performance data to check_ping (Christian Schneemann) 386 Added performance data to check_ping
323 Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 387 Added support for --extra-opts in all C plugins (disabled by default, see configure --help)
324 Fixed passive option in check_by_ssh 388 Fixed passive option in check_by_ssh
325 On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse (result from command) instead of always UNKNOWN. 389 On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse (result from command) instead of always UNKNOWN.
@@ -338,9 +402,9 @@ This file documents the major additions and syntax changes between releases.
338 is "-1" as the default range starts at 0. See Examples in --help output. 402 is "-1" as the default range starts at 0. See Examples in --help output.
339 Fixed broken usage2 in check_snmp and check_cluster 403 Fixed broken usage2 in check_snmp and check_cluster
340 check_cluster now accepts all valid characters in its thresholds ("-", "@", "~") 404 check_cluster now accepts all valid characters in its thresholds ("-", "@", "~")
341 Fixed check_disk reporting OK if disk usage grows over 100% (bug #1348746). 405 Fixed check_disk reporting OK if disk usage grows over 100% (#1348746).
342 The problem happens to be in Gnulib but a workaround have been implemented in check_disk.c 406 The problem happens to be in Gnulib but a workaround have been implemented in check_disk.c
343 Fixed check_load argument handling when not passing triplets (bug #1831890) 407 Fixed check_load argument handling when not passing triplets (#1831890)
344 Fixed buffer overflow in check_snmp (CVE-2007-5623) 408 Fixed buffer overflow in check_snmp (CVE-2007-5623)
345 Tinderbox builds now runs tests in a verbose mode 409 Tinderbox builds now runs tests in a verbose mode
346 Updated Nagios::Plugin to 0.22 410 Updated Nagios::Plugin to 0.22