From f761643724c656f036463704dcca5ee946e847b6 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 21 Nov 2012 14:22:42 -0500 Subject: [PATCH] nagios: Monitor bots.humbughq.com (imported from commit 83cb5cc3c3c4bf54e1339d877bd60cd05586783b) --- servers/puppet/files/nagios3/conf.d/hosts.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/servers/puppet/files/nagios3/conf.d/hosts.cfg b/servers/puppet/files/nagios3/conf.d/hosts.cfg index 971cdcd3b5..29d8e045eb 100644 --- a/servers/puppet/files/nagios3/conf.d/hosts.cfg +++ b/servers/puppet/files/nagios3/conf.d/hosts.cfg @@ -45,3 +45,11 @@ define host{ address zmirror.humbughq.com hostgroups all } + +define host{ + use generic-host + host_name bots + alias bots + address bots.humbughq.com + hostgroups all + }