diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,7 +9,7 @@ This file documents the major additions and syntax changes between releases. | |||
9 | and the offset is unavailable, will return UNKNOWN as well. | 9 | and the offset is unavailable, will return UNKNOWN as well. |
10 | NOTE: If jitter thresholds are specified as integers it will return CRITICAL if jitter | 10 | NOTE: If jitter thresholds are specified as integers it will return CRITICAL if jitter |
11 | is "-1" as the default range starts at 0. See Examples in --help output. | 11 | is "-1" as the default range starts at 0. See Examples in --help output. |
12 | Merge two new checks that deprecates check_ntp: check_ntp_peer and check_ntp_time. | 12 | Merge two new checks that deprecates check_ntp: check_ntp_peer and check_ntp_time. |
13 | You should read the --help output so see which one is suitable for you. check_ntp_peer | 13 | You should read the --help output so see which one is suitable for you. check_ntp_peer |
14 | implement stratum thresholds support (feature request #1703823). | 14 | implement stratum thresholds support (feature request #1703823). |
15 | 15 | ||
@@ -17,9 +17,9 @@ This file documents the major additions and syntax changes between releases. | |||
17 | Fix check_http buffer overflow vulnerability when following HTTP redirects | 17 | Fix check_http buffer overflow vulnerability when following HTTP redirects |
18 | check_http now explicitly asks HTTP/1.1 servers to close the connection | 18 | check_http now explicitly asks HTTP/1.1 servers to close the connection |
19 | after completion of the response | 19 | after completion of the response |
20 | Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect) | 20 | Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect) |
21 | is now deprecated. See --help for further information. | 21 | is now deprecated. See --help for further information. |
22 | Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p) | 22 | Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p) |
23 | A meaningful error message (eg "Stale NFS Handle") is printed if stat fails. | 23 | A meaningful error message (eg "Stale NFS Handle") is printed if stat fails. |
24 | New check_disk option -L: Only check local filesystems, but call stat() on remote ones, too. | 24 | New check_disk option -L: Only check local filesystems, but call stat() on remote ones, too. |
25 | Thus accessibility of remote filesystems can be checked without any threshold comparison. | 25 | Thus accessibility of remote filesystems can be checked without any threshold comparison. |
@@ -38,7 +38,7 @@ This file documents the major additions and syntax changes between releases. | |||
38 | Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms | 38 | Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms |
39 | Fix check_smtp's handling of multiple-packet server responses | 39 | Fix check_smtp's handling of multiple-packet server responses |
40 | WARNING: Fix for negate which may break existing commands: | 40 | WARNING: Fix for negate which may break existing commands: |
41 | - stop evaluating command line options through shell twice | 41 | - stop evaluating command line options through shell twice |
42 | - enforce a full path for the command to run | 42 | - enforce a full path for the command to run |
43 | The "negate" utility can now remap custom states | 43 | The "negate" utility can now remap custom states |
44 | Check_radius now supports radiusclient-ng | 44 | Check_radius now supports radiusclient-ng |
@@ -113,7 +113,7 @@ This file documents the major additions and syntax changes between releases. | |||
113 | SSL plugins work with gnutls as well as OpenSSL | 113 | SSL plugins work with gnutls as well as OpenSSL |
114 | check_mysql_query added to run arbitrary SQL commands, with threshold checking | 114 | check_mysql_query added to run arbitrary SQL commands, with threshold checking |
115 | libtool now required for development systems | 115 | libtool now required for development systems |
116 | Notice: check_udp (compiled from check_udp.c) will be deprecated in the next release. | 116 | Notice: check_udp (compiled from check_udp.c) will be deprecated in the next release. |
117 | check_udp2 should be used instead and will be renamed to check_udp | 117 | check_udp2 should be used instead and will be renamed to check_udp |
118 | 118 | ||
119 | 1.4.2 | 119 | 1.4.2 |