From 50959400a5caffac3a372145711771d702703f8e Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 15:29:11 +0200 Subject: Monitoring/conf: removed redundant host groups --- Monitoring/conf/hostgroups_nagios2.cfg | 31 ------------------------------- Monitoring/conf/shack_contacts.cfg | 5 +++++ 2 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 Monitoring/conf/hostgroups_nagios2.cfg (limited to 'Monitoring/conf') diff --git a/Monitoring/conf/hostgroups_nagios2.cfg b/Monitoring/conf/hostgroups_nagios2.cfg deleted file mode 100644 index 63acbf50..00000000 --- a/Monitoring/conf/hostgroups_nagios2.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# Some generic hostgroup definitions - -# A simple wildcard hostgroup -define hostgroup { - hostgroup_name all - alias All Servers - members * - } - -# A list of your Debian GNU/Linux servers -define hostgroup { - hostgroup_name debian-servers - alias Debian GNU/Linux Servers - members localhost - } - -# A list of your web servers -define hostgroup { - hostgroup_name http-servers - alias HTTP servers - members localhost - } - -# A list of your ssh-accessible servers -define hostgroup { - hostgroup_name ssh-servers - alias SSH servers - members localhost - } - - diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg index e46c539a..832a215e 100644 --- a/Monitoring/conf/shack_contacts.cfg +++ b/Monitoring/conf/shack_contacts.cfg @@ -15,3 +15,8 @@ define contactgroup{ members makefu } +define contactgroup{ + contactgroup_name admins + alias admins + } + -- cgit v1.2.3