X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fnagios-master.cfg;h=951e39221a2ed0331703535a17f23a38d4edb84d;hb=8c810b7711e93bcab20c8c874e8e90a0859caa42;hp=fc84b49cc2eac15b7b5f2c251dd2abf57b28fdbf;hpb=83535ee3285dd67121a147eb3d7ed3f6ddcf72cc;p=mirror%2Fdsa-nagios.git diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index fc84b49..951e392 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, drbd-hosts manda-node04: address: 82.195.75.70 parents: gw-manda - hostgroups: computers, service, stretch + hostgroups: computers, service, stretch, r540, drbd-hosts 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,12 @@ services: - name: HW - OpenManage status nrpe: "/usr/bin/sudo /usr/lib/nagios/plugins/dsa-check-openmanage" - hostgroups: pe1950 + hostgroups: pe1950, r540 + excludehosts: wieck, schumann + - + name: HW - OpenManage status + nrpe: "/usr/bin/sudo /usr/lib/nagios/plugins/dsa-check-openmanage -b bp=0" + hosts: wieck, schumann # }}} # }}} # {{{ ### mail stuff @@ -2907,6 +2915,22 @@ services: check_interval: 5 max_check_attempts: 4 retry_interval: 1 + + - + name: ping peer on mgmt network + nrpe: "/usr/lib/nagios/plugins/check_ping -H 172.29.182.14 -w 50,10% -c 200,30%" + hosts: manda-node03 + check_interval: 5 + max_check_attempts: 4 + retry_interval: 1 + - + name: ping peer on mgmt network + nrpe: "/usr/lib/nagios/plugins/check_ping -H 172.29.182.13 -w 50,10% -c 200,30%" + hosts: manda-node04 + check_interval: 5 + max_check_attempts: 4 + retry_interval: 1 + # }}} # }}} # }}}