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 | ccb0fb4ed3b5498acfabaa98c67cd820e6991e3f (patch) | |
tree | 60c3eac6fc2d30e4c88c9ce2d64d22b69d23be84 /etc | |
parent | 68218154e3ce4e5c4f13ed385cbc1d2231bb6a17 (diff) |
Document day_start + day_end
Diffstat (limited to 'etc')
-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 |