surveil/tools/docker/etc/shinken/notificationways/detailled-email.cfg
aviau 9f7cdee108 Moved Dockerfile to root
Change-Id: Ie4e4b14028aeeba58d20464fc9c5d02846b029ec
2014-08-14 20:57:02 -04:00

12 lines
484 B
INI

# This is how emails are sent, 24x7 way.
define notificationway{
notificationway_name detailled-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 detailled-service-by-email ; send service notifications via email
host_notification_commands detailled-host-by-email ; send host notifications via email
}