--- /dev/null
+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
+}
+