Escalations and notification_intervall

Sebastian Ries Sebastian.Ries at dtnet.de
Tue Mar 4 15:24:31 CET 2008


Hi

I am trying to archieve the following goal:

A service notification should be sent out after following time periods:

1.Notification:		directly
2.Notification:		after 1 hour
3.Notification:		after 2 hours
4.Notification:		after 4 hours
5.Notification:		after 8 hours
and every 24 hours from that time on

I tried following configuration but I got 6 Norifications till now (one
every hour)

# Test
define serviceescalation{
        host_name               lm_lmnagios
        service_description     TEST-Service
        first_notification      1
        last_notification       3
        contact_groups          test_CG
        notification_interval   60
        }
define serviceescalation{
        host_name               lm_lmnagios
        service_description     TEST-Service
        first_notification      3
        last_notification       4
        contact_groups          test_CG
        notification_interval   120
        }
define serviceescalation{
        host_name               lm_lmnagios
        service_description     TEST-Service
        first_notification      4
        last_notification       5
        contact_groups          test_CG
        notification_interval   240
        }
define serviceescalation{
        host_name               lm_lmnagios
        service_description     TEST-Service
        first_notification      5
        last_notification       0
        contact_groups          test_CG
        notification_interval   1440
        }


Any Ideas?
Is there a possibility which escalation was used for a specific
notification?

Regards
Sebastian Ries

-- 
------------------------------------------------------------
DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-36               Fax: +49-711-849910-936
WEB: http://www.dtnet.de/     email: Sebastian.Ries at dtnet.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Nagios-users mailing list
Nagios-users at 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





More information about the Users mailing list