diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-29 15:48:47 +0200 |
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-29 15:48:47 +0200 |
| commit | 30b44417f91eb100fa67a38e9c1c1f88682c92ef (patch) | |
| tree | f0c6c97d76c9ac7cfe2c88bdffcaee53ff0bc3ae /modules/Monitoring/conf/hostgroups_nagios2.cfg | |
| parent | 427bdf4e2093217f967384f785e3907930a74a21 (diff) | |
| parent | 12c77cdbfa4ec48d935af3ae7cf1118e38bec6e1 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'modules/Monitoring/conf/hostgroups_nagios2.cfg')
| -rw-r--r-- | modules/Monitoring/conf/hostgroups_nagios2.cfg | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/modules/Monitoring/conf/hostgroups_nagios2.cfg b/modules/Monitoring/conf/hostgroups_nagios2.cfg deleted file mode 100644 index 63acbf50..00000000 --- a/modules/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 - } - - |
