]> git.etc.gen.nz Git - spong.git/commitdiff
added per service downtime documentation
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 20 Dec 2000 22:01:20 +0000 (22:01 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 20 Dec 2000 22:01:20 +0000 (22:01 +0000)
pod/spong.hosts.pod

index 1d41ec39f93e8753ad816b785475585e5a2abf53..80fb86ca2c47e7b64bf92a3554d3fbf0988cf6ce 100755 (executable)
@@ -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