Escalation issues

Alex <[email protected]>
Newsgroups gmane.network.nagios.user
Message-ID <CAB1R3sjORBDxmjBUPHn5aRpDN7vCWjv4La5V30Var_p+w1y2Vg@mail.gmail.com>
Hi all,

I have a working nagios system on fc17, but I don't think I have the
escalations configured properly. I have the following service
templates defined:

At what point are the services converted to being escalated services
in my sample below?

define service {
        name                            standard-service-24x7
        active_checks_enabled           1
        passive_checks_enabled          1
        parallelize_check               1
        obsess_over_service             1
        check_freshness                 0
        notifications_enabled           1
        event_handler_enabled           1
        flap_detection_enabled          1
        process_perf_data               1
        retain_status_information       1
        retain_nonstatus_information    1
        max_check_attempts              5

        # number of min between checks
        normal_check_interval           4
        retry_check_interval            1
        is_volatile                     0
        check_period                    24x7
        contact_groups                  admins

        # re-notify every ten minutes
        notification_interval           10
        notification_period             24x7
        notification_options            w,u,c,r
        register                        0
}

define serviceescalation {
        name                    critical-services
        first_notification      3
        last_notification       10
        #contact_groups         linux-admins,noc-admins,techs-phones
        contact_groups          admins-escal
        notification_interval   10
        register                0
}

I also have a number of services configured such as this:

define service {
        use                     standard-service-24x7
        host_name               mailhost
        service_description     MAILQ-pre
        check_command           check-host-alive
}

define serviceescalation {
        use                     critical-services
        host_name               mailhost
        service_description     MAILQ-pre
}

I have also interval_length=60 in nagios.cfg. I don't understand why
admins-escal isn't consulted after three consecutive attempts at
communicating with the service. What am I doing wrong?

Thanks,
Alex

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.