summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-24 16:27:17 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-24 16:27:17 +0000
commite5470f443312480e5dd545960d7c0dfa79d0ebb6 (patch)
tree3ff1e3d73ab10c1602a298f897d033b90d3a762e /etc
parentf9c2b20d317abdc6191e08d6e536892ee07689e9 (diff)
Document defaults for the different alerter-types.
Diffstat (limited to 'etc')
-rw-r--r--etc/custodian/custodian.cfg13
1 files changed, 10 insertions, 3 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg
index 3669acb..1a22239 100644
--- a/etc/custodian/custodian.cfg
+++ b/etc/custodian/custodian.cfg
@@ -23,10 +23,17 @@
##
-# The target of the alert is alerter-specific. For the case of
-# "alerter=smtp" it is the email address to notify.
+# The target of the alert is alerter-specific.
+#
+# For alerter=smtp the target is the email address to notify.
+# alerter_target = root@localhost
+#
+# For alerter=mauve the target is the host to notify
+# alerter_target = alert.bytemark.co.uk
+#
+# For alerter=file the target is the logfile to write to.
+# alerter_target = /tmp/alerts.log
#
-# alerter_target = root
##