Search found 3 matches
- Mon Feb 17, 2014 2:39 pm
- Forum: Open Source Nagios Projects
- Topic: perl plugins with core4
- Replies: 5
- Views: 1988
Re: perl plugins with core4
it's ok when i run the command from the command line as nagios user [nagios@Nagios libexec]$ /usr/bin/perl mysql_health_check.pl -H localhost -u XXXX -p XXXX -m varcomp --expression='Threads_connected/max_connections * 100' --comparison='>80' mysql_varcomp OK - Comparison check passed: (Threads_conn...
- Mon Feb 17, 2014 1:28 pm
- Forum: Open Source Nagios Projects
- Topic: perl plugins with core4
- Replies: 5
- Views: 1988
Re: perl plugins with core4
thanks but the problem still the same Feb 17 13:22:00 Nagios nagios: Warning: Return code of 13 for check of service 'mysql uptime' on host 'server.XXX.com' was out of bounds. and i've tested the plugin with core3 and it's working fine with the same command line configuration and also i've tested it...
- Sun Feb 16, 2014 10:54 pm
- Forum: Open Source Nagios Projects
- Topic: perl plugins with core4
- Replies: 5
- Views: 1988
perl plugins with core4
im working with mysql_health_check now and it's working fine from command and when i've but when add it to config it does not and shows error Critical "Return code of 13 is out of bounds") is this related to enable_embedded_perl removal from core4 and i test this plugin with core3 and it's...