summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 20:35:32 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 20:35:32 (GMT)
commit3ccf66613fc01d345d98952b4127b1a8eb3d12f5 (patch)
tree59a360d9ddcf1da966f3522281e80a02ab99bc05
parentb5ac0d16b2e5939d5f8ed9bb711872292f9b8ab2 (diff)
downloadmonitoring-plugins-3ccf66613fc01d345d98952b4127b1a8eb3d12f5.tar.gz
NEWS: Mention the new "check_mysql -f/-g" options
Closes #32.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df2652f..d916283 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ This file documents the major additions and syntax changes between releases.
25 Let check_procs use /proc/<PID>/exe (if available) instead of getpid(2), unless -T is specified 25 Let check_procs use /proc/<PID>/exe (if available) instead of getpid(2), unless -T is specified
26 Let check_mysql support SSL 26 Let check_mysql support SSL
27 Let check_mysql add perfromance metrics for all checks 27 Let check_mysql add perfromance metrics for all checks
28 New check_mysql -f option to specify a client options file
29 New check_mysql -g option to specify a client options group
28 New check_snmp --offset option to allow for adding/substracting an offset value to sensor data 30 New check_snmp --offset option to allow for adding/substracting an offset value to sensor data
29 31
30 FIXES 32 FIXES