diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:36:37 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:36:37 +0000 |
commit | 37600af9ab0db13bc0ec1be1ad9a4969e15b5856 (patch) | |
tree | 4251a572267100dc9f03baf3137ef33bdd0d8488 /etc | |
parent | 63089611e71cea6edd216d041bd3eeaca4e833ab (diff) |
The suppression periods are now configurable too
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 8d33796..1a03613 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -72,4 +72,9 @@ # day_start = 10 # day_end = 18 # +# +# The periods involved, in minutes: +# +# working_suppress = 4 +# oncall_suppress = 10 ##
\ No newline at end of file |