summaryrefslogtreecommitdiff
path: root/templates/nagios/conf.d/hostgroups.cfg
diff options
context:
space:
mode:
authorJulien Dessaux2018-03-13 18:49:27 +0100
committerJulien Dessaux2018-03-13 18:49:56 +0100
commit84f6a6d1c31a8dd8cc610c9e23420ccad493f477 (patch)
tree643f5458f8a940cd495f2626ee71870c87f2fd1d /templates/nagios/conf.d/hostgroups.cfg
parentEnsure sshd is running on linux servers (diff)
downloadmasterfiles-84f6a6d1c31a8dd8cc610c9e23420ccad493f477.tar.gz
masterfiles-84f6a6d1c31a8dd8cc610c9e23420ccad493f477.tar.bz2
masterfiles-84f6a6d1c31a8dd8cc610c9e23420ccad493f477.zip
Removed deprecated ipam policy and cleaned reality remnants in nagios config
Diffstat (limited to '')
-rw-r--r--templates/nagios/conf.d/hostgroups.cfg9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/nagios/conf.d/hostgroups.cfg b/templates/nagios/conf.d/hostgroups.cfg
index e05049e..068bdd4 100644
--- a/templates/nagios/conf.d/hostgroups.cfg
+++ b/templates/nagios/conf.d/hostgroups.cfg
@@ -22,6 +22,11 @@ define hostgroup {
define hostgroup {
hostgroup_name ubuntu-servers
alias Ubuntu Servers
- members collab.adyxax.org, \
- reality.adyxax.org
+ members collab.adyxax.org
+}
+
+define hostgroup {
+ hostgroup_name centos-servers
+ alias Centos Servers
+ members myth.adyxax.org
}