From: Stephen L Johnson <sjohnson@monsters.org>
Date: Wed, 20 Dec 2000 22:01:20 +0000 (+0000)
Subject: added per service downtime documentation
X-Git-Tag: spong-2_7_2~19
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2754158407ce599c63b70ef5b165027c98eb70;p=spong.git

added per service downtime documentation
---

diff --git a/pod/spong.hosts.pod b/pod/spong.hosts.pod
index 1d41ec3..80fb86c 100755
--- a/pod/spong.hosts.pod
+++ b/pod/spong.hosts.pod
@@ -26,10 +26,10 @@ Optionally, the follow attributes can also be assigned to a host:
 
 =over 
 
-=item * down
+=item * down | down:service
 
-time period(s) the host is scheduled down, problems are not reported during
-this time.
+time period(s) the host or a service on the host is scheduled down, problems
+are not reported during this time.
 
 =item * ip_addr
 
@@ -58,9 +58,9 @@ of the service name. For example:
 
 Skip the 'ftp' and 'smtp' checks if the 'ping' check fails.
 
-The I<down> attribute is a list of ``downtimes''. It is a list (well reference
-to one anyway) of one or more strings in the following format -
-``d:hh:mm-hh:mm''.  ``d'' is the day of the week (0-6, 0 = Sunday, 6 =
+The I<down>, I<down:servicename> attributeis are a list of ``downtimes''. It is
+a list (well reference to one anyway) of one or more strings in the following
+format - ``d:hh:mm-hh:mm''.  ``d'' is the day of the week (0-6, 0 = Sunday, 6 =
 Saturday), if ``d'' is ``*'', then every day of the week is matched. The string
 to the right of the day is the start and end time of the down time in 24 hour
 format