From d499b386771c52629d84ad0fa582949614fb71c8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 9 Sep 2010 22:41:03 +0200 Subject: [PATCH] Add lamb --- config/nagios-master.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 0dd2d35..dece2c4 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -291,6 +291,10 @@ servers: address: 82.195.75.92 parents: unger hostgroups: computers, service, hasbootfs, kvmdomains, squeeze + lamb: + address: 82.195.75.101 + parents: unger + hostgroups: computers, service, hasbootfs, kvmdomains, squeeze, hasvicepa master: address: 70.103.162.29 @@ -948,6 +952,9 @@ hostgroups: hasusrfs: alias: hosts with a /usr filesystem private: 1 + hasvicepa: + alias: hosts with a /vicepa + private: 1 incomingmailrelayed: alias: incoming mail needs to go through a mail relay @@ -1152,6 +1159,11 @@ services: servicegroups: diskspace nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /srv/fossology.debian.net" hosts: vivaldi + - + name: disk usage on /vicepa + servicegroups: diskspace + nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /vicepa" + hostgroups: hasvicepa ############ All Computers ############ #### -- 2.20.1