From 751585479868029fc4b29ddce330e7db4866bbec Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 7 Nov 2022 00:38:29 +0000 Subject: Use shddtemp temp wrapper to get access to disk temps --- nagios/nrpe.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nagios/nrpe.cfg') 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 -- cgit v1.2.3