diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 15:29:11 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 15:30:49 +0200 |
commit | 50959400a5caffac3a372145711771d702703f8e (patch) | |
tree | dd7aa973081e2eec7e4b538613de818bc570a994 /Monitoring | |
parent | 1e6461dcb26980450d30cdd573affda0c35f0435 (diff) |
Monitoring/conf: removed redundant host groups
Diffstat (limited to 'Monitoring')
-rw-r--r-- | Monitoring/conf/hostgroups_nagios2.cfg | 31 | ||||
-rw-r--r-- | Monitoring/conf/shack_contacts.cfg | 5 |
2 files changed, 5 insertions, 31 deletions
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 + } + |