diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 1df3a2a..3669acb 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -1,30 +1,46 @@ # # This configuration file controls global settings for the -# custodian alerter +# custodian alerter. The commented out values are the default # -# +## # The address if the beanstalkd server to use # # queue_server = 127.0.0.1:11300 +## -# + + +## # The alerting method to use # # alerter = smtp -# alerter = mauve +## + +## +# The target of the alert is alerter-specific. For the case of +# "alerter=smtp" it is the email address to notify. # +# alerter_target = root +## + + + +## # The log-file to use for the worker # # log_file = custodian-dequeue.log +## -# + +## # The timeout period to use for tests # # timeout = 30 +## |