summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a0f3c560..53547b43 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,11 @@ This file documents the major additions and syntax changes between releases.
7 check_ntp now return UNKNOWN instead of WARNING if jitter is unavailable (jitter=-1.000000) 7 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 8 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. 9 and the offset is unavailable, will return UNKNOWN as well.
10 NOTE: If jitter thresholds are specified 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 YADDA YADDA YADDA... stratum thresholds support to check_ntp_peer (feature request #1703823) 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
14 implement stratum thresholds support (feature request #1703823).
13 15
141.4.10 28th September 2007 161.4.10 28th September 2007
15 Fix check_http buffer overflow vulnerability when following HTTP redirects 17 Fix check_http buffer overflow vulnerability when following HTTP redirects