xi_contact_generic : no e-mail sent...
Posted: Tue Jan 05, 2016 10:44 am
I configured the e-mail settings under Admin --> Manage Email Settings properly : I can send the test e-mails without any problem.
Notifications are triggered (I can see them in the history) but nothing happens : no mail is sent...
Am I missing something somewhere?
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?