summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-18 18:50:17 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-18 18:50:17 +0100
commit8a1f82b56931595ada62a3ee79e67642e755fb21 (patch)
treec133371d3e22b68205642567e0b9a0e0ebd6ca4c
parentUse packaged check_haproxy_stats script (diff)
downloadconfig-8a1f82b56931595ada62a3ee79e67642e755fb21.tar.bz2
config-8a1f82b56931595ada62a3ee79e67642e755fb21.tar.xz
config-8a1f82b56931595ada62a3ee79e67642e755fb21.zip
Relax DRBD check slightly
-rw-r--r--nagios/nrpe.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg
index 4ebd19d..0abe204 100644
--- a/nagios/nrpe.cfg
+++ b/nagios/nrpe.cfg
@@ -300,7 +300,7 @@ command[check_load]=/usr/lib64/nagios/plugins/check_load -r -w 1.1,1.1,1.1 -c 3,
command[check_disk]=/usr/lib64/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
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 -e Connected
+command[check_drbd]=/usr/lib64/nagios/plugins/check_drbd -d all -r Primary
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