Vincent Fournier ae360321c4 Modify Alignak container to use Alignak
Change-Id: Ibd2e1324e55028292f4a0cb9a000d680a6cf2703
2015-05-27 13:48:57 -04:00

12 lines
496 B
INI

# This is how emails are sent, 24x7 way.
define notificationway{
notificationway_name email
service_notification_period 24x7
host_notification_period 24x7
service_notification_options c,w,r
host_notification_options d,u,r,f,s
service_notification_commands notify-service-by-email ; send service notifications via email
host_notification_commands notify-host-by-email ; send host notifications via email
}