Hello list,
 
Running Nagios 2.0 on a Red Hat Ent. V4  I am going insane trying to get this 
escalation to work.  The requirement is to escalate service notification after 
60 minutes to the system manager contact group and 90 minutes to the Project 
Manager contact group.   I tested the configuration below but it does not seem 
to work, it will notify all contact groups on the first notification as 
supposed to escalate the notification to the appropriate group after 60 and 90 
minutes as described in my escalation.cfg file.
 
 
define serviceescalation{
        host_name               server1
        service_description     HTTP
        first_notification      3
        last_notification       4
        notification_interval   60
        contact_groups          system-manager
        }
define serviceescalation{
        host_name               server1
        service_description     HTTP
        first_notification      6
        last_notification       10
        notification_interval   90
        contact_groups          system-manager,project-manager
        }
 
 
Any assistance is appreciated, I looked at the previous posting and the 
documentation but was unable to find the solution to my problem.
 
Thanks, 
 
Pavel 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

Reply via email to