summaryrefslogtreecommitdiff
path: root/etc/custodian/custodian.cfg
blob: 3669acb7669b9e7bdd2ceaabe07c7b9dbc54e730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# This configuration file controls global settings for the
# 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
##



##
# 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
##