# generic contact definition define contact{    name                            generic-contact    service_notification_period     24x7    host_notification_period        24x7    service_notification_options    w,c,r #warning, critical, recovery    host_notification_options       d,r #down, recovery    service_notification_commands   notify-by-email    host_notification_commands      host-notify-by-email    register                        0 } # 'nagios' contact definition define contact{    use                             generic-contact    contact_name                    nagios    alias                           Nagios Admin    email                           nagios }