From e5b63a271a6def4e2b3a3e23857edde90880d2e0 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 7 Nov 2018 23:05:11 +0100 Subject: [PATCH] Add hostgroup for new dell hosts --- config/nagios-master.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a68b1d1..d3b85e3 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -728,11 +728,11 @@ servers: manda-node03: address: 82.195.75.69 parents: gw-manda - hostgroups: computers, service, stretch + hostgroups: computers, service, stretch, r540 manda-node04: address: 82.195.75.70 parents: gw-manda - hostgroups: computers, service, stretch + hostgroups: computers, service, stretch, r540 bendel: address: 82.195.75.100 parents: ganeti3 @@ -1140,6 +1140,9 @@ hostgroups: pe1950: alias: Dell PowerEdge 1950 hosts private: 1 + r540: + alias: Dell PowerEdge R540 hosts + private: 1 jessie: alias: Hosts running jessie @@ -2038,7 +2041,7 @@ services: - name: HW - OpenManage status nrpe: "/usr/bin/sudo /usr/lib/nagios/plugins/dsa-check-openmanage" - hostgroups: pe1950 + hostgroups: pe1950, r540 # }}} # }}} # {{{ ### mail stuff -- 2.20.1