diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:27:17 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:27:17 +0000 | 
| commit | cec1dbcc0c8887e0ed006118fc836311449fc50f (patch) | |
| tree | 3ff1e3d73ab10c1602a298f897d033b90d3a762e /etc/custodian | |
| parent | 278345193b1dc96c31528882e7bb1b4fc160fcb2 (diff) | |
  Document defaults for the different alerter-types.
Diffstat (limited to 'etc/custodian')
| -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  ## | 
