summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-24 15:26:27 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-24 15:26:27 +0000
commit31966b6ce72f552c65f215fc50cfeaca9bb9b1da (patch)
tree8a45859b12ae238d16e0adfd536206e58eb79f92 /etc
parentf535869b1458e19499bd2bb7f83a2e841316bd87 (diff)
Updated formatting. Added email-address.
Diffstat (limited to 'etc')
-rw-r--r--etc/custodian/custodian.cfg26
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
+##