summaryrefslogtreecommitdiff
path: root/templates/nagios/conf.d/hostgroups.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nagios/conf.d/hostgroups.cfg')
-rw-r--r--templates/nagios/conf.d/hostgroups.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/nagios/conf.d/hostgroups.cfg b/templates/nagios/conf.d/hostgroups.cfg
new file mode 100644
index 0000000..636bc5a
--- /dev/null
+++ b/templates/nagios/conf.d/hostgroups.cfg
@@ -0,0 +1,13 @@
+define hostgroup {
+ hostgroup_name freebsd-servers
+ alias FreeBSD Servers
+ members cobsd.adyxax.org
+}
+
+define hostgroup {
+ hostgroup_name freebsd-jails
+ alias FreeBSD Jails
+ members console.adyxax.org, \
+ git.adyxax.org, \
+ nagios.adyxax.org
+}