diff options
Diffstat (limited to 'nagios/nrpe.cfg')
-rw-r--r-- | nagios/nrpe.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index e3c95d1..054f1a6 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -21,7 +21,7 @@ command[check_file_no_linger]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ command[check_file_exists]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 15552000 -c 15552001 command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/haproxy.stats -p http,https,smtp,submissions,imaps,mysql command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org -w 0.015 -c 0.03 -command[check_swap]=/usr/lib64/nagios/plugins/check_swap $ARG1$ +command[check_swap]=/usr/lib64/nagios/plugins/check_swap -w $ARG1$ -c $ARG2$ -a warning command[check_sensors]=/usr/lib64/nagios/plugins/check_lm_sensors --sanitize $$(cat /etc/nagios/nrpe.sensors) command[check_crm]=/usr/lib64/nagios/plugins/check_crm -w -f2 command[check_service]=/usr/lib64/nagios/plugins/check_service -s $ARG1$ |