From 0ea4246fcdb16d81adc07801ec196a7fa005a4ce Mon Sep 17 00:00:00 2001 From: Philipp Kern Date: Thu, 5 Jan 2012 18:25:16 +0100 Subject: [PATCH] Check gobby's network service and define a contact group for it. Signed-off-by: Philipp Kern Signed-off-by: Martin Zobel-Helas --- config/nagios-master.cfg | 6 ++++++ config/static/conf.d/contacts.cfg | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index b9b8166..9eb111e 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2421,6 +2421,12 @@ services: hostgroups: buildd excludehosts: fano, fasch, field, finzi contact_groups: buildd + #### + - + name: network service - gobby + check: check_tcp!6523 + hosts: gombert + contact_groups: gobby ### #- diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index 60a7083..d0ccdfd 100644 --- a/config/static/conf.d/contacts.cfg +++ b/config/static/conf.d/contacts.cfg @@ -235,6 +235,12 @@ define contactgroup{ members luk, pkern, HE } +define contactgroup{ + contactgroup_name gobby + alias Debian gobby Admins + members pkern +} + define contactgroup{ contactgroup_name alioth-admins alias Debian Alioth admins -- 2.20.1