From 81931cb0b5cc755376b69573f8c9094657b2d081 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 25 Aug 2009 11:39:02 +0200 Subject: [PATCH] Change a few check intervals to shorter ones ([23]h -> 1h) --- config/nagios-master.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 0df19cd..34b1c0b 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -910,14 +910,14 @@ services: name: backup nrpe: "sudo /usr/lib/nagios/plugins/dsa-check-dabackup" hostgroups: computers - normal_check_interval: 180 + normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5 - name: backup server config nrpe: "/usr/lib/nagios/plugins/dsa-check-dabackup-server" hosts: bartok - normal_check_interval: 180 + normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5 @@ -927,7 +927,7 @@ services: servicegroups: kernel nrpe: "/usr/lib/nagios/plugins/dsa-check-running-kernel" hostgroups: computers - normal_check_interval: 180 + normal_check_interval: 60 retry_check_interval: 5 #### @@ -1368,7 +1368,7 @@ services: name: setup - dsa config nrpe: "/usr/lib/nagios/plugins/dsa-check-config" hostgroups: computers - normal_check_interval: 120 + normal_check_interval: 60 - name: setup - ud-ldap freshness nrpe: "/usr/lib/nagios/plugins/dsa-check-udldap-freshness" -- 2.20.1