<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>Hello all Nagios 
gurus!</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>I have a irritating 
problem, when a service goes down/critical i get a notification every second 
minute! Thats irritating:)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>I`w also read the 
docs on notifications but still ì havent solved it! Can anyone help me 
please?:)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>Here are som of my 
config: snip</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>Nagios.cfg:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>command_check_interval=-1</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>log_notifications=1</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>interval_length=60</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>enable_notifications=1</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>status_update_interval=15</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>Minimal.cfg:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>define 
host{<BR>        
name                            
generic-host    ; The name of this host 
template<BR>        
notifications_enabled           
1       ; Host notifications are 
enabled<BR>        
event_handler_enabled           
1       ; Host event handler is 
enabled<BR>        
flap_detection_enabled          
1       ; Flap detection is 
enabled<BR>        
failure_prediction_enabled      
1       ; Failure prediction is 
enabled<BR>        
process_perf_data               
1       ; Process performance 
data<BR>        
retain_status_information       
1       ; Retain status information across program 
restarts<BR>        
retain_nonstatus_information    
1       ; Retain non-status information across 
program restarts<BR>        
register                        
0       ; DONT REGISTER THIS DEFINITION - ITS NOT 
A REAL HOST, JUST A TEMPLATE!<BR>        
}</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>define 
service{<BR>        
name                    
generic-service ; The 'name' of this service 
template<BR>        
active_checks_enabled           
1       ; Active service checks are 
enabled<BR>        
passive_checks_enabled          
1       ; Passive service checks are 
enabled/accepted<BR>        
parallelize_check               
1       ; Active service checks should be 
parallelized (disabling this can lead to major performance 
problems)<BR>        
obsess_over_service             
1       ; We should obsess over this service (if 
necessary)<BR>        
check_freshness                 
1       ; Default is to NOT check service 
'freshness'<BR>        
notifications_enabled           
1       ; Service notifications are 
enabled<BR>        
event_handler_enabled           
1       ; Service event handler is 
enabled<BR>        
flap_detection_enabled          
1       ; Flap detection is 
enabled<BR>        
failure_prediction_enabled      
1       ; Failure prediction is 
enabled<BR>        
process_perf_data               
1       ; Process performance 
data<BR>        
retain_status_information       
1       ; Retain status information across program 
restarts<BR>        
retain_nonstatus_information    
1       ; Retain non-status information across 
program restarts<BR>        
register                        
0       ; DONT REGISTER THIS DEFINITION - ITS NOT 
A REAL SERVICE, JUST A TEMPLATE!<BR>        
}</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>define 
host{<BR>        
use                     
generic-host            ; 
Name of host template to use<BR>        
host_name               
STSSTOSIG<BR>        
alias                   
STSSTOSIG<BR>        
address                 111.111.111.111<BR>        
check_command           
check-host-alive<BR>        
max_check_attempts      
10<BR>        
notification_interval   
0<BR>        
notification_period     
24x7<BR>        
notification_options    
d,u,r,<BR>        
notifications_enabled  1<BR>        
contact_groups  
    admins<BR>        
}</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006><BR>define  
service 
{<BR>    use                             
generic-service         ; 
check_ping<BR>        
host_name                       
STSSTOSIG<BR>        
service_description             
PING<BR>        
is_volatile                     
1<BR>        
max_check_attempts              
5<BR>        
normal_check_interval           
2<BR>        
retry_check_interval            
1<BR>        
active_checks_enabled           
1<BR>        
passive_checks_enabled          
1<BR>        
check_period                    
24x7<BR>        
parallelize_check               
1<BR>        
obsess_over_service             
1<BR>        
check_freshness                 
1<BR>        
freshness_threshold             
420<BR>        
event_handler_enabled           
1<BR>        
low_flap_threshold              
0<BR>        
high_flap_threshold             
0<BR>        
flap_detection_enabled          
1<BR>        
process_perf_data               
1<BR>        
retain_status_information       
1<BR>        
retain_nonstatus_information    0   
<BR>        
contact_groups                  
oas-hd,admins<BR>        
notification_interval           
0<BR>        
notification_period             
24x7<BR>        
notification_options            
w,u,c,r<BR>        
notifications_enabled           
1<BR>        
register                        
1<BR>    check_command          check_ping!100.0,20%!500.0,60%<BR>        
} </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=234544310-31082006>This is what i have 
in my minimal:) Something should be wrong...or?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>Thanks</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=234544310-31082006>Lelle</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV align=left><FONT face=Arial 
size=2>        
                         
  
__\/__ <BR>                                .  
/ ^  ^ \  
. <BR>                                |\| 
(o)(o) |/| <BR>#---------------------.OOOo----O0----oOOO.-------------------# 
<BR>#  Lennart 
Kvam                    
                               
# <BR>#  <SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Tahoma; mso-no-proof: yes">Softronic 
AB, Ringvägen 100, 118 60 Stockholm</SPAN><SPAN style="mso-no-proof: yes"><FONT 
face="Times New Roman" size=3><FONT face=Tahoma size=2>   <FONT 
face=Arial>#</FONT></FONT><BR></FONT></SPAN><FONT face=Tahoma size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Tahoma; mso-no-proof: yes"><FONT 
face=Arial>#</FONT> Tel: 0708-813279  
Vx:08-51909000                     
<FONT face=Arial>#</FONT> </SPAN></FONT><SPAN 
style="mso-no-proof: yes"><BR></SPAN><FONT face=Arial color=black size=3><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; mso-no-proof: yes"><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Tahoma; mso-no-proof: yes"><FONT 
face=Arial>#</FONT> </SPAN><A 
href="mailto:lennart.kvam@softronic.se">lennart.kvam@softronic.se</A></SPAN></FONT><SPAN 
style="mso-no-proof: yes"><FONT face="Times New Roman" size=3> <FONT 
face=Arial 
size=2>                         #</FONT></FONT></SPAN><BR>#______________________Oooo._______________# 
<BR>                     
        .oooO   (   ) 
<BR>                           
    (   )     ) 
/ <BR>                                \ 
(    (_/ <BR>                                 
\_) </FONT></DIV>
<DIV> </DIV></BODY></HTML>