summaryrefslogtreecommitdiff
path: root/files/configs/CentOS/defaults/hostgroups.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'files/configs/CentOS/defaults/hostgroups.cfg')
-rw-r--r--files/configs/CentOS/defaults/hostgroups.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/configs/CentOS/defaults/hostgroups.cfg b/files/configs/CentOS/defaults/hostgroups.cfg
new file mode 100644
index 0000000..728111c
--- /dev/null
+++ b/files/configs/CentOS/defaults/hostgroups.cfg
@@ -0,0 +1,16 @@
+###############################################################################
+###############################################################################
+#
+# 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 test
+ alias Test Servers
+ members localhost
+ }