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 5fbf9e1..65d9000 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -19,3 +19,4 @@ command[check_file_age]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 18 command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/haproxy.stats command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org command[check_swap]=/usr/lib64/nagios/plugins/check_swap $ARG1$ +command[check_sensors]=xargs < /etc/nagios/nrpe.sensors /usr/lib64/nagios/plugins/check_lm_sensors --sanitize |