From 8f56cd44fa649f8d08fdfd7634c6cd0906ec8a40 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Thu, 22 Sep 2016 11:15:52 +0200 Subject: [PATCH] Ignore raid battery on busoni It failed and we're not replacing it. --- config/nagios-master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index c53a9da..836cb81 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2056,7 +2056,7 @@ services: nrpe: "/usr/lib/nagios/plugins/dsa-check-hpacucli" check_interval: 120 hostgroups: dl380, dl360, bl460, dl180 - excludehosts: schein + excludehosts: schein, busoni excludehostgroups: hpnewraid - name: HW - hpacucli status @@ -2069,7 +2069,7 @@ services: servicegroups: raid nrpe: "/usr/lib/nagios/plugins/dsa-check-hpacucli --no-battery" check_interval: 120 - hosts: schein + hosts: schein, busoni - name: HW - hpacucli enclosure status servicegroups: raid -- 2.20.1