From b73fb3f38977a46d71414220b50ad6c969f550d3 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 24 Nov 2012 15:24:17 +0000 Subject: Supply a default configuration file. --- etc/custodian/custodian.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 etc/custodian/custodian.cfg (limited to 'etc/custodian/custodian.cfg') 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 -- cgit v1.2.1