summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-07 19:02:52 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-07 19:02:52 (GMT)
commit43b66c06a921b878ba4de2a246a219cca94dd498 (patch)
tree8e5816ad8c39ca831648b19ee55043f8e35010e1
parent76d8a40cddef7a63507cb0d0ce224ec373e4c62c (diff)
downloadmonitoring-plugins-43b66c0.tar.gz
NEWS: Add a warning regarding check_snmp
Tell users that check_snmp might now return CRITICAL in cases where it used to return OK, and how to deal with that.
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e3c62f..3634501 100644
--- a/NEWS
+++ b/NEWS
@@ -26,12 +26,14 @@ This file documents the major additions and syntax changes between releases.
26 check_dig: make sure not to give up too early when a timeout is specified with -t 26 check_dig: make sure not to give up too early when a timeout is specified with -t
27 check_log: don't stumble over log lines that include a "%" character 27 check_log: don't stumble over log lines that include a "%" character
28 check_nt: add UPTIME to perfdata 28 check_nt: add UPTIME to perfdata
29 Handle negative values properly with check_snmp
30 Handle SNMPv3 noAuthNoPriv properly with check_snmp 29 Handle SNMPv3 noAuthNoPriv properly with check_snmp
31 Fix compilation with GnuTLS 30 Fix compilation with GnuTLS
32 31
33 WARNINGS 32 WARNINGS
34 New default installation prefix: /usr/local instead of /usr/local/nagios 33 New default installation prefix: /usr/local instead of /usr/local/nagios
34 check_snmp now evaluates negative values properly, which means it might return CRITICAL
35 in cases where it used to return OK. If this is undesired, the warning/critical
36 threshold(s) must be fixed by specifying e.g. ~:100 instead of 100
35 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells 37 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
36 utils.sh no longer defines ECH 38 utils.sh no longer defines ECH
37 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated 39 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated