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 /REQUIREMENTS | |
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 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index f16de93..fbd213b 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -39,6 +39,7 @@ check_mysql, check_mysql_query: | |||
39 | Lib: libmysql, libmysqlclient | 39 | Lib: libmysql, libmysqlclient |
40 | Redhat Powertools Source: mysql-3.20.32a-3.i386.rpm, mysql-devel-3.20.32a-3.i386.rpm (these seem to be broken, however) | 40 | Redhat Powertools Source: mysql-3.20.32a-3.i386.rpm, mysql-devel-3.20.32a-3.i386.rpm (these seem to be broken, however) |
41 | RPMS from www.mysql.org work better | 41 | RPMS from www.mysql.org work better |
42 | Must have mysql_config in PATH | ||
42 | 43 | ||
43 | check_pqsql: | 44 | check_pqsql: |
44 | - Requires the PostgreSQL libraries available from | 45 | - Requires the PostgreSQL libraries available from |