Here is the output of cat commands.cfg|grep notify
ip-10-244-159-111:/etc/nagios3# cat commands.cfg|grep notify
# 'notify-host-by-email' command definition
command_name notify-host-by-email
# 'notify-service-by-email' command definition
command_name notify-service-by-email
# 'notify-by-email' command definition
command_name notify-by-email
# 'notify-by-epager' command definition
command_name notify-by-epager
# 'host-notify-by-email' command definition
command_name host-notify-by-email
# 'host-notify-by-epager' command definition
command_name host-notify-by-epager
ip-10-244-159-111:/etc/nagios3#
Following is the configuration of the service and contact.
define service {
use common-notify-service
host_name msp
service_description MSP Login Page
contact_groups UsaDcsEhAlerts,DMSSupportTeam,eBizSupportTeam
check_command common_check_https1!www.accounts.xerox.com!"Login"!/auth/login.jsf?app=MSP
}
define contactgroup {
contactgroup_name UsaDcsEhAlerts
alias Usa Dcs Eh Alerts
members UsaDcsEhAlerts,msarney,mchenna
}
define contact {
contact_name UsaDcsEhAlerts
alias Usa Dcs Eh Alerts
email
[email protected]
service_notification_period 24x7
host_notification_period 24x7
service_notification_options c,r
host_notification_options d,r
service_notification_commands notify-by-email,notify-by-epager
host_notification_commands host-notify-by-email,notify-by-epager
}