diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-12-04 12:33:00 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-12-04 12:33:00 +0000 |
commit | b5f11055dcef13a5c0b67207a291e1916036ca1f (patch) | |
tree | 97822eed51e47a88201251c61d73afe1bc7ce0be /NEWS | |
parent | c1418c9dafba384536595bea2f5f4d256a498d15 (diff) | |
download | monitoring-plugins-tg/ntp_rework.tar.gz |
Merge more changes from trunktg/ntp_rework
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/dermoth_ntp_rework@1845 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,12 +3,13 @@ This file documents the major additions and syntax changes between releases. | |||
3 | 1.4.11 or 1.5 ?? | 3 | 1.4.11 or 1.5 ?? |
4 | Fix check_http regression in 1.4.10 where following redirects to | 4 | Fix check_http regression in 1.4.10 where following redirects to |
5 | relative URLs on virtual hosts failed if both "-H" and "-I" were used | 5 | relative URLs on virtual hosts failed if both "-H" and "-I" were used |
6 | Add stratum thresholds support to check_ntp (feature request #1703823) | ||
7 | 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) |
8 | 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 |
9 | and the offset is unavailable, will return UNKNOWN as well. | 8 | 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 | 9 | 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. | 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 | ||
12 | check_cluster now accept all valid characters in its thresholds ("-", "@", "~") | ||
12 | Merge two new checks that deprecates check_ntp: check_ntp_peer and check_ntp_time. | 13 | 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 | 14 | 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). | 15 | implement stratum thresholds support (feature request #1703823). |