store the config sample files
[infrastructure.git] / nagios / AutomaticConfig / config-sample / hostgroups-sample.cfg
diff --git a/nagios/AutomaticConfig/config-sample/hostgroups-sample.cfg b/nagios/AutomaticConfig/config-sample/hostgroups-sample.cfg
new file mode 100644 (file)
index 0000000..f123b71
--- /dev/null
@@ -0,0 +1,29 @@
+###############################################################################
+###############################################################################
+#
+# HOST GROUPS
+#
+###############################################################################
+###############################################################################
+
+# We only have one host in our simple config file, so there is no need to
+# create more than one hostgroup.
+
+define hostgroup{
+        hostgroup_name  I
+        alias           Operation
+        members         planet-lab.eu,private.one-lab.org
+        }
+
+define hostgroup{
+        hostgroup_name  II
+        alias           Development
+        members         onelab-test.inria.fr,build.one-lab.org
+        }
+
+define hostgroup{
+        hostgroup_name  III
+        alias           INRIA's OneLab NODES
+        members         onelab01.inria.fr,onelab02.inria.fr,onelab03.inria.fr
+        }
+