diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 20:35:32 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 20:35:32 (GMT) |
commit | 3ccf66613fc01d345d98952b4127b1a8eb3d12f5 (patch) | |
tree | 59a360d9ddcf1da966f3522281e80a02ab99bc05 /NEWS | |
parent | b5ac0d16b2e5939d5f8ed9bb711872292f9b8ab2 (diff) | |
download | monitoring-plugins-3ccf66613fc01d345d98952b4127b1a8eb3d12f5.tar.gz |
NEWS: Mention the new "check_mysql -f/-g" options
Closes #32.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |