diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-30 12:50:52 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-30 12:50:52 +0000 |
commit | aca1e6a6cec40754c67d3cf229db2660c4685202 (patch) | |
tree | f9093f5eefea0dcf6745a6a92e17b74950a1efa3 /NEWS | |
parent | 6f2ee45c932dfec9d9a1e651b39d18f98b2ef009 (diff) | |
download | monitoring-plugins-aca1e6a6cec40754c67d3cf229db2660c4685202.tar.gz |
Add socket support to check_mysql*
Also clears the password from check_mysql command-line options
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1988 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ This file documents the major additions and syntax changes between releases. check_dig can now pass arguments dig by using -A/--dig-arguments (#1874041/#1889453) check_ntp and check_ntp_peer now show proper jitter/stratum thresholds longopts in --help check_dns now allow to repeat -a to match multiple possibly returned address (common with load balancers) + check_mysql now try clearing password in processlist just like check_mysql_query + check_mysql and check_mysql_query now support sockets explicitely (-s, --socket) 1.4.11 13th December 2007 Fixed check_http regression in 1.4.10 where following redirects to |