From addd1528a7e981d368b0610314df6ebcbc7ef945 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 24 Nov 2012 15:26:27 +0000 Subject: Updated formatting. Added email-address. --- etc/custodian/custodian.cfg | 26 +++++++++++++++++++++----- 1 file 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 +## -- cgit v1.2.1