summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 02:16:06 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 02:16:06 +0100
commit4f3aae89b734159ebb0dad2b400200f07114cdb2 (patch)
tree9bd339b55d6c0062d19d3060bcaeeab27ec0f7c2
parentDon't use xargs for checks, it breaks exit status (diff)
downloadconfig-4f3aae89b734159ebb0dad2b400200f07114cdb2.tar.bz2
config-4f3aae89b734159ebb0dad2b400200f07114cdb2.tar.xz
config-4f3aae89b734159ebb0dad2b400200f07114cdb2.zip
Allow 1 failure in check_crm
-rw-r--r--nagios/nrpe.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg
index 38894f1..0d17f86 100644
--- a/nagios/nrpe.cfg
+++ b/nagios/nrpe.cfg
@@ -22,5 +22,5 @@ command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/hap
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]=/usr/lib64/nagios/plugins/check_lm_sensors --sanitize $$(cat /etc/nagios/nrpe.sensors)
-command[check_crm]=/usr/lib64/nagios/plugins/check_crm -w -f1
+command[check_crm]=/usr/lib64/nagios/plugins/check_crm -w -f2
command[check_service]=/usr/lib64/nagios/plugins/check_service -s $ARG1$