diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg new file mode 100644 index 0000000..1df3a2a --- /dev/null +++ b/etc/custodian/custodian.cfg @@ -0,0 +1,30 @@ + +# +# This configuration file controls global settings for the +# custodian alerter +# + + + +# +# The address if the beanstalkd server to use +# +# queue_server = 127.0.0.1:11300 + +# +# The alerting method to use +# +# alerter = smtp +# alerter = mauve + + +# +# The log-file to use for the worker +# +# log_file = custodian-dequeue.log + + +# +# The timeout period to use for tests +# +# timeout = 30 |