<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hugo van der Kooij escreveu:
<blockquote
 cite="mid1EE2544AB03AD34BAA60E9AA8AF1A8FE6C1903@EPI-EXB2.epidirect.epi"
 type="cite">
  <pre wrap="">Hold on. This one is configured to send notifications every 90 minutes
(assuming 60 seconds is the default time measurement) But it should only
trigger after 6 * 90 = 540 minutes (9 hours). But it should stop at 0
notifications which, I think, is not valid.
  </pre>
</blockquote>
<br>
Hugo, actually setting last_notification to 0 is valid, and it means
nagios will use this escalation <i>ad infinitum </i>(in case there
are no other escalation "overwriting" these settings - in which case
nagios send notifications in the smallest time frame defined), as we
can see on manual
(<a class="moz-txt-link-freetext" href="http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#serviceescalation">http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#serviceescalation</a>):<br>
<br>
<i><strong>last_notification</strong>:
This directive is a number that identifies the </i><i>last
notification for which this escalation is effective. For instance, if
you set this value to 5, this escalation will not be used if more than
five notifications are sent out for the service. Setting this value to
0 means to keep using this escalation entry forever (no matter how many
notifications go out).</i><u><i><br>
</i></u>
<p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font><br>
</p>
 <br>
Pavel Santos escreveu:
<blockquote
 cite="midCD9DC093B8236A48B3FAE0EE18FB4B491EE4@server1.home.net"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">I’m running Nagios 2.0 on
Red Hat version 4.  I
recently configured escalations in some of the services but it is not
working. 
When Nagios sends a notification for a service any issue, it send the
alert to
the main contact group (sysadmins) and the defined escalated group at
the same time,
even though they are not be notified until 60 and 90 minutes
respectively.  Below
is a sample of my escalations.cfg file. Thanks in advance.</span></font></p>
  </div>
</blockquote>
<br>
Pavel, I haven't understood your problem: does nagios send
notifications for both groups since the first notification?<br>
<br>
And as Hugo has said, you are misinterpretting the docs for
escalations: they are not defined to be sent notifications to
system-group after 60 and 90 minutes, they mean they are going to be
sent every 60 minutes from notifications number 3 to 5, and every 90
minutes from the sixth notification on.<br>
<br>
<br>
-- <br>
Rafael Costa<br>
<a class="moz-txt-link-abbreviated" href="mailto:rafaelc@vegait.com.br">rafaelc@vegait.com.br</a><br>
Curitiba - Paraná - Brasil<br>
<p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;"></span></font></p>
</body>
</html>