From ab069cba026117f003edacbe02830a98517782d8 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 3 Jul 2009 18:48:16 +0000 Subject: [PATCH] add default values for monitor and RT --- default_config.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) 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. + + + -- 2.47.0