Watch scrubbing-bubbles
authorAlex Dehnert <adehnert@mit.edu>
Wed, 20 Apr 2011 17:31:47 +0000 (13:31 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 20 Apr 2011 17:31:47 +0000 (13:31 -0400)
conf.d/hostgroups_nagios2.cfg
local.d/scrubbing-bubbles.cfg [new file with mode: 0644]

index e71175530d8545a6fa3cbc84197948b6c93e2fe5..cccb5e8d9d30d7e4fa4c5bf42e700dcc06e65ec4 100644 (file)
@@ -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 (file)
index 0000000..a4aa391
--- /dev/null
@@ -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
+}