From aad266dc4846855c3c3d74efab806b8250604559 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Oct 2020 18:29:08 +0000 Subject: Add check of RAID arrays --- nagios/nrpe.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'nagios/nrpe.cfg') diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index 6bf15c7..5fbf9e1 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -14,6 +14,7 @@ command[check_disk]=/usr/lib64/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p 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 +command[check_raid]=/usr/lib64/nagios/plugins/check_raid.pl command[check_file_age]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 1800 -c 2700 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 -- cgit v1.2.3