<!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.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hi ,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> Is there any relation between freshness check
period and service check period ??</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> I have observed both work independently i.e.
if the freshnesss check is 10 minutes and service check period is 16*5
</FONT></DIV>
<DIV><FONT face=Arial size=2>The active check(check_command) will be executed
out of the service check period(16*5) Am i missing something ???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Sumit</FONT></DIV>
<DIV> </DIV>
<DIV>#####</DIV></FONT><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2>define service
{<BR>name
generic-service-passive ; The 'name' of this service template, referenced in
other service
definitions<BR>active_checks_enabled
0 ; 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>freshness_threshold
1800 ; default 15
minutes<BR>check_command
no-report<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>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>}<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>define service
{<BR>use
generic-service-passive ; Name
of service template to
use<BR>host_name
ABC<BR>service_description
report</FONT></DIV>
<DIV><FONT face=Arial
size=2>is_volatile
0<BR>check_period
24x7<BR>max_check_attempts
3<BR>normal_check_interval
5<BR>retry_check_interval
1<BR>contact_groups
admins<BR>notification_interval
120<BR>notification_period
24x7<BR>notification_options
w,u,c,r<BR>freshness_threshold
600<BR>check_command
no-report<BR>}<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>