From: Stephen Soltesz Date: Fri, 3 Jul 2009 18:48:16 +0000 (+0000) Subject: add default values for monitor and RT X-Git-Tag: MyPLC-4.3-19~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ab069cba026117f003edacbe02830a98517782d8;p=myplc.git add default values for monitor and RT --- diff --git a/default_config.xml b/default_config.xml index 609b525..04fac35 100644 --- a/default_config.xml +++ b/default_config.xml @@ -585,10 +585,20 @@ $Id$ The IP address of the monitor server. - + Monitor Email Address root+monitor@localhost.localdomain - The source address for all out-going messages from Monitor. + All messages from Monitor will appear to come from this address. + + + CC Email Address + root+monitor@localhost.localdomain + All messages from Monitor will be copied to this address. + + + Queue Name in RT for new messages + support + All messages from Monitor will be copied to this address. Database Password @@ -598,6 +608,38 @@ $Id$ + + RT Configuration + RT + + + Enabled + false + Enable on this machine. + + + Hostname + localhost.localdomain + The fully qualified hostname. + + + IP Address + + The IP address of the RT server. + + + root + localhost.localdomain + Username of a privileged user in RT who can create + tickets in the queue named PLC_MONITOR_RT_QUEUE. + + + password + password + Password for RT web user. + + +