diff options
| -rw-r--r-- | etc/custodian/custodian.cfg | 13 | 
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  ## | 
