From: Alex Dehnert Date: Wed, 20 Apr 2011 19:21:53 +0000 (-0400) Subject: Monitor esp.mit.edu X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=fa0885da6f657b2fb0435ff0a490bbbf26ff39d3;p=sysconfig%2Fnagios3.git Monitor esp.mit.edu --- diff --git a/local.d/esp.cfg b/local.d/esp.cfg new file mode 100644 index 0000000..fd80436 --- /dev/null +++ b/local.d/esp.cfg @@ -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 +} +