aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2010-03-18 00:34:14 +0100
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2010-03-18 00:34:14 +0100
commite11b67f6200b994c6d8118948a36eb0ed43bec5a (patch)
treed6497188c156d65344f2269a1b606ce1d9583e26 /NEWS
parentf95cb118dee9fbaaba4e2c7bbbcf368f8d915d9a (diff)
downloadmonitoring-plugins-e11b67f6200b994c6d8118948a36eb0ed43bec5a.tar.gz
Let check_ntp_peer check the number of truechimers
Add support for checking the number of usable time sources (i.e., the number of peers which are classified as so-called "truechimers" by NTP's intersection algorithm). The new "-m" and "-n" options allow for specifying the according WARNING and CRITICAL thresholds (and thereby activating the truechimers check), respectively.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a55502d..c555dda0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ This file documents the major additions and syntax changes between releases.
1.4.15 ...
ENHANCEMENTS
+ New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers")
FIXES
Fix check_ircd binding to wrong interface (#668778)
Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925)