<!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 text="#000000" bgcolor="#ffffff">
On 31/08/10 17:13, Robert Swerdlow wrote:
<blockquote
cite="mid:5275A165-97A3-40D2-A304-AFDD78A941D9@emergentdiscovery.com"
type="cite">
<pre wrap="">With Nagios 3.0.5, we have monitoring of our servers and hosts.
Currently, we get warning, unknown, critical, and recovery event
notifications sent to our contacts with escalations as expected.
We want to change the configuration to get warnings every 30 minutes
and other event notifications every 5 minutes with escalations.
Unfortunately,
notification_interval
which controls how often the notification is set can have only one
value for each service.
The only way I see to do get the warnings and other notifications on
different schedules is to have duplicate service checks for every
service.
Is there any way to do this without duplicating all of the service
checks?
Thanks,
Bob
</pre>
</blockquote>
From what you say the changes should be in the escalation
notification , with the type of alert defined for each interval <br>
<br>
<strong>escalation_options</strong>:
This directive is used to define the criteria that determine when
this service escalation is used. The escalation is used only if the
service is in one of the states specified in this directive. If this
directive is not specified in a service escalation, the escalation
is considered to be valid during all service states. Valid options
are a combination of one or more of the following: <b>r</b> =
escalate on an OK (recovery) state, <b>w</b> = escalate on a
WARNING state, <b>u</b> = escalate on an UNKNOWN state, and <b>c</b>
= escalate on a CRITICAL state. Example: If you specify <b>w</b> in
this field, the escalation will only be used if the service is in a
WARNING state.
<br>
<br>
<a class="moz-txt-link-freetext" href="http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#serviceescalation">http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#serviceescalation</a><br>
<pre class="moz-signature" cols="72">--
Never,Ever Cut A Deal With a Dragon
Next year I will be doing the London to Paris bike ride to
raise money for the DogTrust (<a class="moz-txt-link-abbreviated" href="http://www.dogtrust.co.uk">www.dogtrust.co.uk</a>) .
Please Sponsor me at <a class="moz-txt-link-freetext" href="http://www.justgiving.com/Assaf-Flatto">http://www.justgiving.com/Assaf-Flatto</a></pre>
</body>
</html>