<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I want to be notified on host down or recovery not more than 4 times,
so i configured host escalation this way but still sending me host
notification every 30 minutes !! have i made something wrong on my
config?? (still running nagios 1.3 because i found a ready to use
package for my ubuntu server :s )<br>
<br>
define host{<br>
use generic-host <br>
<br>
host_name switch<br>
alias Switch<br>
address x.x.x.x<br>
parents parentSwitch <br>
check_command check-host-alive<br>
max_check_attempts 10<br>
notification_interval 60<br>
notification_period 24x7<br>
notification_options d,r<br>
}<br>
<br>
define hostescalation{<br>
host_name switch<br>
first_notification 2<br>
last_notification 2<br>
notification_interval 120<br>
contact_groups router-admins<br>
}<br>
<br>
<br>
THX<br>
<div class="moz-signature"><br>
Riahi Taieb <br>
<font title="http://www.topnet.tn/" color="silver" size="1"><span
title="http://www.topnet.tn/"><span title="http://www.topnet.tn/"><span
style="font-size: 7.5pt; color: silver;"><span
title="http://www.topnet.tn/"></span></span></span></span></font></div>
</body>
</html>