Notify Pager
Posted: Thu Mar 21, 2013 10:28 pm
Please help troubleshoot why no receive SMS alerts
Host
Host Template
Contact Group
Contact
Contact Template
From what I understand, XI host / service event / notification handlers send mail using /bin/mail. Messages are received at email address but not pager address. I've tried both 1112223333 and [email protected] (verizon phone).
What controls sending alerts to pager?
Host
Code: Select all
define host {
host_name 10.0.0.100
use production-host-windows
alias Server-Description
address 10.0.0.100
register 1
}Code: Select all
define host {
name production-host-windows
alias Production Availability - Windows
hostgroups production-windows-hosts
check_command check-host-alive!!!!!!!!
max_check_attempts 5
check_interval 3
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 1
check_period 24x7
event_handler_enabled 1
flap_detection_enabled 0
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
contact_groups admins,Executive,Helpdesk,Infrastructure-Managers,NOC,Windows
notification_interval 30
notification_period 24x7
notification_options d,u,r,f,s,
notifications_enabled 1
register 0
}Code: Select all
define contactgroup {
contactgroup_name Windows
alias Windows Alerts
}Code: Select all
define contact {
contact_name user1
alias First Last
contactgroups Windows
host_notification_period user1_notification_times
service_notification_period user1_notification_times
host_notification_options d,u,r,f,s,
service_notification_options w,u,c,r,f,s,
host_notification_commands xi_host_event_handler,xi_host_notification_handler
service_notification_commands xi_service_event_handler,xi_service_notification_handler
email [email protected]
pager 1112223333
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
}Code: Select all
define contact {
name xi_contact_generic
alias Default XI Contact
host_notifications_enabled 1
service_notifications_enabled 1
host_notification_period xi_timeperiod_24x7
service_notification_period xi_timeperiod_24x7
host_notification_options d,u,r,f,s,
service_notification_options w,u,c,r,f,s,
host_notification_commands xi_host_event_handler,xi_host_notification_handler
service_notification_commands xi_service_event_handler,xi_service_notification_handler
register 0
}What controls sending alerts to pager?