summaryrefslogtreecommitdiffstats
path: root/REQUIREMENTS
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.org>2013-01-24 08:28:14 (GMT)
committerSven Nierlein <sven@nierlein.org>2013-01-24 08:28:14 (GMT)
commitf4bbd88a9f91bfbfbe590b3252043392e7248988 (patch)
tree933ddc798184ebbc5d98c0e4b801bfd5f6d45610 /REQUIREMENTS
parent38ad00c191964319d7ed9c003b1afac9cbfd6fe7 (diff)
parente396a54274b48d91e708be95ed9bce7316a0a595 (diff)
downloadmonitoring-plugins-f4bbd88a9f91bfbfbe590b3252043392e7248988.tar.gz
Merge pull request #34 from dveeden/master
MySQL Requirements and Comments fix
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r--REQUIREMENTS5
1 files changed, 2 insertions, 3 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
index 9f2eec0..1f673e9 100644
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
@@ -36,10 +36,9 @@ check_ldap:
36 36
37check_mysql, check_mysql_query: 37check_mysql, check_mysql_query:
38 - Requires the MySQL libraries available from 38 - Requires the MySQL libraries available from
39 http://www.mysql.org/ 39 http://dev.mysql.com/downloads/
40 Lib: libmysql, libmysqlclient 40 Lib: libmysql, libmysqlclient
41 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 Redhat Source (RHEL6, YUM): mysql-devel, mysql-libs
42 RPMS from www.mysql.org work better
43 Must have mysql_config in PATH or specified with --with-mysql=DIR for DIR/bin/mysql_config 42 Must have mysql_config in PATH or specified with --with-mysql=DIR for DIR/bin/mysql_config
44 43
45check_pqsql: 44check_pqsql: