Monitor esp.mit.edu
authorAlex Dehnert <adehnert@mit.edu>
Wed, 20 Apr 2011 19:21:53 +0000 (15:21 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 20 Apr 2011 19:21:53 +0000 (15:21 -0400)
local.d/esp.cfg [new file with mode: 0644]

diff --git a/local.d/esp.cfg b/local.d/esp.cfg
new file mode 100644 (file)
index 0000000..fd80436
--- /dev/null
@@ -0,0 +1,23 @@
+define host{
+        use                     generic-host            ; Name of host template to use
+        host_name               esp
+        address                 18.7.25.195
+       contact_groups          esp
+}
+
+define contactgroup {
+        contactgroup_name       esp
+        members                 esp-zephyr
+}
+
+define contact {
+        contact_name                    esp-zephyr
+        service_notification_period     24x7
+        host_notification_period        24x7
+        service_notification_options    w,u,c,r
+        host_notification_options       d,u,r
+        service_notification_commands   notify-by-zephyr
+        host_notification_commands      host-notify-by-zephyr
+        email                           esp
+}
+