Comment 1 for bug 1631170

Revision history for this message
Benjamin Kaehne (ben-kaehne) wrote :

it is missing the -e flag:
*/5 * * * * root /usr/local/lib/nagios/plugins/check_exit_status.pl -s /etc/init.d/mysql status > /var/lib/nagios/service-check-mysql.txt

should be:
*/5 * * * * root /usr/local/lib/nagios/plugins/check_exit_status.pl -e -s /etc/init.d/mysql status > /var/lib/nagios/service-check-mysql.txt