diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-07-11 12:11:15 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-07-11 12:11:15 +0100 |
commit | 6a8dc812bdcc1a8a40da523e192e2820b2abafda (patch) | |
tree | e2cdcaf21d94fa423eea31e82ba34979aa49094d /etc/custodian | |
parent | 88511e9293fa1125706eecce2363780433ff7fd7 (diff) |
Added new global variable "alert_source", for use with
mauve-notification.
Diffstat (limited to 'etc/custodian')
-rw-r--r-- | etc/custodian/custodian.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 2887bc7..3c38d41 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -27,6 +27,15 @@ ## +## +# Some alerts might have a source attribute to set +# currently only the mauive-alerter does, but that +# could change. +# +# alert_source = custodian.one-eyed-jack +# +## + ## # The target of the alert is alerter-specific. |