diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-21 11:42:59 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-21 11:42:59 (GMT) |
commit | b3b735446741fe89ee837d0522dd0d5b68167d92 (patch) | |
tree | 3f94a6f3ee947822cac33a63477c844fa0da2970 /CHANGES | |
parent | 8250d650614c6e312f744b8dd503919e1b37bae8 (diff) | |
download | monitoring-plugins-b3b735446741fe89ee837d0522dd0d5b68167d92.tar.gz |
mysql discovery based on mysql_config (Johan Fischer - 1359414)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1333 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ This file documents the major additions and syntax changes between releases. | |||
3 | 1.4.3 | 3 | 1.4.3 |
4 | Setuid plugins (check_dhcp, check_icmp) separated into plugins-root/. Run make install as root to install | 4 | Setuid plugins (check_dhcp, check_icmp) separated into plugins-root/. Run make install as root to install |
5 | check_mysql_query added to run arbitrary SQL commands, with threshold checking | 5 | check_mysql_query added to run arbitrary SQL commands, with threshold checking |
6 | ./configure --with-mysql option deprecated. To get mysql compiling, must have mysql_config in PATH | ||
7 | libtool now required for development systems | ||
6 | 8 | ||
7 | 1.4.2 | 9 | 1.4.2 |
8 | Fix for Redhat ES4 for check_dns and check_dig | 10 | Fix for Redhat ES4 for check_dns and check_dig |