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 + }