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 | 555a47958bf17130680f7e55670c74103e134a3e (patch) | |
| tree | a936281dcba25c40c93b7a162f5c81284ae1a47b | |
| parent | 7a454abe517dace9a9e717e09df2436ec1dfa378 (diff) | |
Monitoring/conf: removed redundant host groups
| -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 +    } +     | 
