When postfix is stopped thugh, it doesn't go to critical it reports this back
I've uncommented the check_nrpe command in the nrpe.cfg config on the remote serverPROCS OK: 0 processes with args 'postfix', STATE = 10
Code: Select all
command[check_procs]=/usr/local/nagios/libexec/check_procs -w $ARG1$ -c $ARG2$ $Code: Select all
define service {
use generic-service
host_name SERVER2
service_description Check Postfix Service
check_command check_nrpe!check_procs -a '-w 10 -c 20 -a postfix'