summaryrefslogtreecommitdiffstats
path: root/Monitoring/shinken/hostgroups.cfg
diff options
context:
space:
mode:
authorroot <root@kremium>2011-11-18 10:10:13 +0100
committerroot <root@kremium>2011-11-18 10:10:13 +0100
commitbfa204a580a503a216cedbedd36586fb00458181 (patch)
tree4d277410a2ed9d497669d597b05826fc4e6a3814 /Monitoring/shinken/hostgroups.cfg
parentcda7ac879c8791d7b59f9b726136efa274a12e4b (diff)
//Monitoring: add shinken configs
Diffstat (limited to 'Monitoring/shinken/hostgroups.cfg')
-rw-r--r--Monitoring/shinken/hostgroups.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/Monitoring/shinken/hostgroups.cfg b/Monitoring/shinken/hostgroups.cfg
new file mode 100644
index 00000000..fb8713b7
--- /dev/null
+++ b/Monitoring/shinken/hostgroups.cfg
@@ -0,0 +1,17 @@
+
+
+
+#A little host group. Host groups are important if you want to keep managable your conf ;)
+#define hostgroup{
+# hostgroup_name linux-servers ; The name of the hostgroup
+# alias Linux Servers ; Long name of the group
+# members localhost,dc01 ; Comma separated list of hosts that belong to this group
+# realm Europe
+# }
+
+
+#define hostgroup{
+# hostgroup_name mysql-servers
+# alias mysql-servers
+# members databasehost1,databasehost-us
+# }