keep hostname first
[myplc.git] / default_config.xml
index 492e609..8dd0266 100644 (file)
@@ -29,6 +29,20 @@ $Id$
          PlanetLab Support).</description>
        </variable>
 
+       <variable id="shortname" type="string">
+         <name>Shortame</name>
+         <value>Tlab</value>
+         <description>The short name of this PLC installation. It is
+         mostly used in the web interface when displaying local
+         objects.</description>
+       </variable>
+
+       <variable id="hrn_root" type="string">
+         <name>Root in Hierarchical Naming Space </name>
+         <value>planetlab.test</value>
+         <description> The root of this peer in the hierarchical federation naming space.</description>
+       </variable>
+
        <variable id="slice_prefix" type="string">
          <name>Slice Prefix</name>
          <value>pl</value>
@@ -571,10 +585,20 @@ $Id$
           <value></value>
           <description>The IP address of the monitor server.</description>
         </variable>
-        <variable id="email" type="email">
+        <variable id="from_email" type="email">
           <name>Monitor Email Address</name>
           <value>root+monitor@localhost.localdomain</value>
-          <description>The source address for all out-going messages from Monitor.</description>
+          <description>All messages from Monitor will appear to come from this address.</description>
+        </variable>
+        <variable id="cc_email" type="email">
+          <name>CC Email Address</name>
+          <value>root+monitor@localhost.localdomain</value>
+          <description>All messages from Monitor will be copied to this address.</description>
+        </variable>
+        <variable id="rt_queue" type="email">
+          <name>Queue Name in RT for new messages</name>
+          <value>support</value>
+          <description>All messages from Monitor will be copied to this address.</description>
         </variable>
         <variable id="dbpassword" type="password">
           <name>Database Password</name>
@@ -584,6 +608,48 @@ $Id$
         </variable>
       </variablelist>
     </category>
+    <category id="plc_rt">
+      <name>RT Configuration</name>
+      <description>RT</description>
+      <variablelist>
+        <variable id="enabled" type="boolean">
+          <name>Enabled</name>
+          <value>false</value>
+          <description>Enable on this machine.</description>
+        </variable>
+        <variable id="host" type="hostname">
+          <name>Hostname</name>
+          <value>localhost.localdomain</value>
+          <description>The fully qualified hostname.</description>
+        </variable>
+        <variable id="ip" type="ip">
+          <name>IP Address</name>
+          <value/>
+          <description>The IP address of the RT server.</description>
+        </variable>
+        <variable id="cc_address" type="email">
+          <name>CC Email Address</name>
+          <value>root+cclist@localhost.localdomain</value>
+          <description>All messages from Monitor will be copied to this address.</description>
+        </variable>
+        <variable id="web_user" type="string">
+          <name>root</name>
+          <value>root</value>
+          <description>Username of a privileged user in RT who can create
+                 tickets in the queue named PLC_MONITOR_RT_QUEUE.</description>
+        </variable>
+        <variable id="web_password" type="password">
+          <name>password</name>
+          <value>password</value>
+          <description>Password for RT web user.</description>
+        </variable>
+        <variable id="dbpassword" type="password">
+          <name>Database Password</name>
+          <value></value>
+          <description>Password to use when accessing the RT database.</description>
+        </variable>
+      </variablelist>
+    </category>
   </variables>
 
   <comps>