From: Alex Dehnert Date: Wed, 20 Apr 2011 17:31:47 +0000 (-0400) Subject: Watch scrubbing-bubbles X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=6d3eac6c8eb48048169ba5440530d4916bde49af;p=sysconfig%2Fnagios3.git Watch scrubbing-bubbles --- diff --git a/conf.d/hostgroups_nagios2.cfg b/conf.d/hostgroups_nagios2.cfg index e711755..cccb5e8 100644 --- a/conf.d/hostgroups_nagios2.cfg +++ b/conf.d/hostgroups_nagios2.cfg @@ -34,5 +34,5 @@ define hostgroup { define hostgroup { hostgroup_name ping-servers alias Pingable servers - members gateway + members gateway,scrubbing-bubbles } diff --git a/local.d/scrubbing-bubbles.cfg b/local.d/scrubbing-bubbles.cfg new file mode 100644 index 0000000..a4aa391 --- /dev/null +++ b/local.d/scrubbing-bubbles.cfg @@ -0,0 +1,12 @@ +define host { + use generic-host + host_name scrubbing-bubbles + address 18.9.64.14 + max_check_attempts 6 + check_period 24x7 + check_command check-host-alive + notification_interval 240 + notification_period 24x7 + contact_groups adehnert-pub + notification_options d,u,r +}