Notifications are triggered (I can see them in the history) but nothing happens : no mail is sent...
Code: Select all
define contact {
contact_name jcorsini
alias Johan Corsini
host_notification_period 24x7
service_notification_period 24x7
email [email protected]
use xi_contact_generic
}
Code: Select all
define contact {
name xi_contact_generic
contactgroups xi_contactgroup_all
host_notification_period xi_timeperiod_24x7
service_notification_period xi_timeperiod_24x7
host_notification_options d,u,f,s,
service_notification_options w,u,c,f,s,
host_notification_commands xi_host_notification_handler
service_notification_commands xi_service_notification_handler
register 0
}
Am I missing something somewhere?