Is this a Valid Time Period? Why wouldn't this service notify the contact groups contacts?

Danny Russell drussell at mpifix.com
Fri Dec 16 18:29:15 CET 2005


I am having some services not notifying when I think they should be, do
you see anything wrong with this timeperiod or config???

 

define timeperiod{

        timeperiod_name ShopHours

        alias     4:00AM to 11:30PM MST

        sunday    04:00-23:30

        monday    04:00-23:30

        tuesday   04:00-23:30

        wednesday 04:00-23:30

        thursday  04:00-23:30

        friday    04:00-23:30

        saturday  04:00-23:30

}

 

This is the service that is going critical, but is never notifying!

 

define service {

        use SMS Status

        service_description SMS Status

        check_command check_nrpe_sms_status

        host_name Sunrise Chevrolet

        contact_groups FieldOpsSupport,TechOpsSupport

}

 

define service {

        name SMS Status

        use --template ARGIS Customer Service

        check_command check_nrpe_sms_status

        register 0

        contact_groups FieldOpsSupport,TechOpsSupport

}

 

define service {

        name --template ARGIS Customer Service

        max_check_attempts 5

        normal_check_interval 10

        retry_check_interval 3

        active_checks_enabled 1

        check_period 24x7

        process_perf_data 1

        retain_status_information 1

        retain_nonstatus_information 1

        notification_interval 30

        notification_period ShopHours

        notifications_enabled 1

        register 0

        notification_options u,c,r

        servicegroups ARGIS Customer Services

        contact_groups FieldOpsSupport,TechOpsSupport

}

 

define contact{

        contact_name    drussell

        alias   Danny Russell

        host_notification_period        24x7

        service_notification_period     24x7

        host_notification_options       d,u,r

        service_notification_options    u,c,r

        host_notification_commands
host-notify-by-email,host-notify-by-epager

        service_notification_commands notify-by-email,notify-by-epager

        email   drussell at mpifix.com

        pager   drussell at tmomail.net

}

 

define contactgroup{

        contactgroup_name       TechOpsSupport

        alias   Technical Operations Support Team Contact Group

        members nagios-admin,drussell,malmond,nherre,mdaley,dlott

}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051216/26341ff1/attachment.html>


More information about the Users mailing list