Search found 3 matches

by eprice-mhp
Thu Aug 29, 2013 8:57 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query thresholds
Replies: 5
Views: 4740

Re: check_mysql_query thresholds

That worked! Thanks so much!
by eprice-mhp
Tue Aug 27, 2013 10:52 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query thresholds
Replies: 5
Views: 4740

Re: check_mysql_query thresholds

I tried these: command[check_mysql_query]=/usr/lib64/nagios/plugins/check_mysql_query -H localhost -u username -p password -d demo -q "query" -w 1:1 -c 1:1 command[check_mysql_query]=/usr/lib64/nagios/plugins/check_mysql_query -H localhost -u username -p password -d demo -q "query&quo...
by eprice-mhp
Tue Aug 27, 2013 9:04 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query thresholds
Replies: 5
Views: 4740

check_mysql_query thresholds

I'm trying to set a correct critical threshold level for the check_mysql_query plugin. The table will show a 0 when good and 1 or higher when critical. I can't find a working critical threshold value that will alarm. On my test system when I run the query I correctly get a "1". When I run ...