diff options
Diffstat (limited to 'nagios/nrpe.cfg')
-rw-r--r-- | nagios/nrpe.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index e93ea7c..3b074d1 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -11,6 +11,7 @@ connection_timeout=300 command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 command[check_load]=/usr/lib64/nagios/plugins/check_load -r -w 1.1,1.1,1.1 -c 3,3,3 command[check_disk]=/usr/lib64/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ +command[check_mount]=/usr/lib64/nagios/plugins/check_disk -E $ARG1$ command[check_zombie_procs]=/usr/lib64/nagios/plugins/check_procs -w 5 -c 10 -s Z command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 -k command[check_drbd]=/usr/lib64/nagios/plugins/check_drbd -d all -r Primary |