[Nagios-users] notification escalations

2006-11-13 Thread David Garvey
I need to get escalations working. Here is my current configs... Am I missing anything? I am only getting the first notication and escalation is not working. Has anyone run into this problem?
 
Thanks in advance,
David

define hostescalation {    host_name   *    first_notification  3    last_notification   5    notification_interval   15    contact_groups  first,second
    }
define hostescalation {    host_name   *    first_notification  6    last_notification   9    notification_interval   15    contact_groups  first,second,third
    }
define hostescalation {    host_name   *    first_notification  10    last_notification   12    notification_interval   15    contact_groups  first,second,third,fourth
    }
define hostescalation {    host_name   *    first_notification  13    last_notification   15    notification_interval   30    contact_groups  first,second,third,forth,fifth
    }
define hostescalation {    host_name   *    first_notification  16    last_notification   18    notification_interval   30    contact_groups  first,second,third,forth,fifth,sixth
    }
define host{    name    generic-host    notifications_enabled   1    event_handler_enabled   1    flap_detection_enabled  1
    process_perf_data   1    retain_status_information   1    retain_nonstatus_information    1    check_command   check-host-alive
    max_check_attempts  3    contact_groups  first    notification_interval   10    notification_period 24x7
    notification_options    d,r    register    0    }
define host {    host_name   Webserver1    alias   Webserver1    address 1.1.1.1
    use generic-host}
 
 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

[Nagios-users] notification escalations after state change

2006-03-13 Thread Jeff Williams
Let's say I have a service called x that is at an OK status. Service x has contacts oncall and admins specified in itsservice definition. In its escalation, service x will notify oncall for notification number 2 and oncall and backup for
notifications 3 through 5. If service x goes to a WARNING status and notifies oncall and admins, but then remainsin the WARNING status for several days before moving to the CRITICAL status, the notification number is not reset
and Nagios will therefore page oncall once about the CRITICAL status and then oncall and backup will each receive3 more notifications. Is there a way to reset the notification number whenever the state changes? Or is there a way I
can compensate for this behavior of Nagios? Thanks.Jeff