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