|
|
nagios/html/docs freshness.html,1.5,1.6 index.html,1.12,1.13 whatsnew.html,: msg#00000
|
Subject: |
nagios/html/docs freshness.html,1.5,1.6 index.html,1.12,1.13 whatsnew.html,1.16,1.17 |
Update of /cvsroot/nagios/nagios/html/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21795/html/docs
Modified Files:
freshness.html index.html whatsnew.html
Log Message:
Doc updates, year change mods
Index: index.html
===================================================================
RCS file: /cvsroot/nagios/nagios/html/docs/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** index.html 1 Oct 2004 02:43:28 -0000 1.12
--- index.html 4 Jan 2006 16:39:57 -0000 1.13
***************
*** 41,50 ****
<P class="Copyright">
! Copyright © 1999-2004 Ethan Galstad<br>
<a href="http://www.nagios.org/" target="_blank">www.nagios.org</a>
</P>
<P class="LastUpdate">
! Last Updated: 09-02-2004
</P>
--- 41,50 ----
<P class="Copyright">
! Copyright © 1999-2006 Ethan Galstad<br>
<a href="http://www.nagios.org/" target="_blank">www.nagios.org</a>
</P>
<P class="LastUpdate">
! Last Updated: 01-04-2006
</P>
Index: whatsnew.html
===================================================================
RCS file: /cvsroot/nagios/nagios/html/docs/whatsnew.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** whatsnew.html 23 Nov 2005 22:28:03 -0000 1.16
--- whatsnew.html 4 Jan 2006 16:39:57 -0000 1.17
***************
*** 43,47 ****
<p>
! There are a few known issues with the Nagios 2.0 code at the moment.
Hopefully some of these will be fixed before 2.0 is released as stable...
</p>
--- 43,47 ----
<p>
! There is a known issue that can affect Nagios 2.0 on FreeBSD systems.
Hopefully this problem can be fixed in a 2.x release...
</p>
***************
*** 136,139 ****
--- 136,140 ----
<li><b>Regular expression matching</b> - Regular expression matching of
various object directives can be enabled using the <a
href="configmain.html#use_regexp_matching">use_regexp_matching</a> and <a
href="configmain.html#use_true_regexp_matching">use_true_regexp_matching</a>
variables. Information on how and where regular expression matching can be
used can be found in the <a href="templatetricks.html">template tips and
tricks</a> documentation.
<li><b>Service pseudo-states</b> - Support for some redundant service
pseudo-states have been removed from the status CGI. This will affect any
hardcoded URLs which use the servicestatustypes=X parameter for the CGI. Check
include/statusdata.h for the new list of service states that you can use.
+ <li><b>Freshness check changes</b> - The freshness check logic has been
changed slightly. Freshness checks will not occur if the current time is not
valid for the host or service <i>check_timeperiod</i>. Also, freshness checks
will no longer occur if both the host or service <i>check_interval</i> and
<i>freshness_threshold</i> variables are set to zero (0).
</ul>
<br>
Index: freshness.html
===================================================================
RCS file: /cvsroot/nagios/nagios/html/docs/freshness.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** freshness.html 4 Dec 2004 23:54:13 -0000 1.5
--- freshness.html 4 Jan 2006 16:39:57 -0000 1.6
***************
*** 61,64 ****
--- 61,66 ----
<li>The <b>freshness_threshold</b> option in the service definition should be
set to a value (in seconds) which reflects how "fresh" the results for the
service should be.
<li>The <b>check_command</b> option in the service definition should reflect
valid command that should be used to actively check the service when it is
detected as being "stale".
+ <li>The <b>normal_check_interval</b> option in the service definition needs
to be greater than zero (0) if the <b>freshness_threshold</b> option is setup
to zero (0).
+ <li>The <b>check_period</b> option in the service definitions needs to be set
to a valid timeperiod. The times allowed by the specified timeperiod determine
when freshness checks can be performed for the service.
</ul>
</p>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
|
| |