diff options
-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 054f1a6..b6da35e 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -22,7 +22,7 @@ command[check_file_exists]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 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 -w $ARG1$ -c $ARG2$ -a warning -command[check_sensors]=/usr/lib64/nagios/plugins/check_lm_sensors --sanitize $$(cat /etc/nagios/nrpe.sensors) +command[check_sensors]=/usr/lib64/nagios/plugins/check_lm_sensors --sanitize $$(cat /etc/nagios/nrpe.sensors) --hddtemp_bin=/usr/sbin/shddtemp command[check_crm]=/usr/lib64/nagios/plugins/check_crm -w -f2 command[check_service]=/usr/lib64/nagios/plugins/check_service -s $ARG1$ command[check_kernel]=/usr/lib64/nagios/plugins/check_kernel.sh |