diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:30:50 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:30:50 +0000 |
commit | 7d760d23c2f65034450b6473c70b6e0644e6ec29 (patch) | |
tree | 00ae7ff83ee2172ad9222c1d7e54f5296bf2378a | |
parent | 52299ee344c5cebccf73433ef9f8ef36835e189f (diff) |
Document day_start + day_end
-rw-r--r-- | etc/custodian/custodian.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 5299fed..8d33796 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -58,3 +58,18 @@ # # timeout = 30 ## + + +## +# The time during between which the weekday is "working". +# +# This is ignroed on Saturday/Sunday. +# +# These two settings are only used to tweak the suppression times +# for the mauve alerter. +# +# +# day_start = 10 +# day_end = 18 +# +##
\ No newline at end of file |