38 lines
1.2 KiB
INI
38 lines
1.2 KiB
INI
define contact{
|
|
contact_name mmcgrath
|
|
alias Mike McGrath
|
|
service_notification_period 24x7
|
|
host_notification_period 24x7
|
|
service_notification_options w,u,c,r
|
|
host_notification_options d,u,r
|
|
service_notification_commands notify-by-email
|
|
host_notification_commands host-notify-by-email
|
|
email mmcgrath@redhat.com
|
|
}
|
|
|
|
define contact{
|
|
contact_name mmcgrath-emergency
|
|
alias Mike McGrath
|
|
service_notification_period 24x7
|
|
host_notification_period 24x7
|
|
service_notification_options w,u,c,r
|
|
host_notification_options d,u,r
|
|
service_notification_commands notify-by-epager
|
|
host_notification_commands host-notify-by-epager
|
|
email imlinux+mobile@gmail.com
|
|
pager imlinux+mobile@gmail.com
|
|
}
|
|
|
|
define contact{
|
|
contact_name mmcgrathp
|
|
alias Mike McGrath
|
|
service_notification_period 16x7
|
|
host_notification_period 16x7
|
|
service_notification_options w,u,c,r
|
|
host_notification_options d,u,r
|
|
service_notification_commands notify-by-epager
|
|
host_notification_commands host-notify-by-epager
|
|
email imlinux+mobile@gmail.com
|
|
pager imlinux+mobile@gmail.com
|
|
}
|
|
|