diff options
| -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 +    } +     | 
