Second step towards multiarch myplc https://svn.planet-lab.org/ticket/214
[myplc.git] / default_config.xml
index b47d017..dba531f 100644 (file)
@@ -178,6 +178,16 @@ $Id$
          occurs during node installation or boot.</description>
        </variable>
 
+       <variable id="mom_list_address" type="email">
+         <name>Mom List Address</name>
+         <value>root+mom@localhost.localdomain</value>
+         <description>This address is used by operations staff
+         to monitor Mom (formerly pl_mom) messages indicating
+         excessive BW or memory usage by a slice.  Mom messages sent
+         to slices will be cc'ed to this list so as not to clog
+         the Support Address list.</description>
+       </variable>
+
        <variable id="slice_address" type="email">
          <name>Slice Address</name>
          <value>root+SLICE@localhost.localdomain</value>
@@ -285,13 +295,14 @@ $Id$
         </variable>
 
         <variable id="ipod_subnet" type="ip">
-          <name>IP SUBNET for all API Servers</name>
+          <name>IP Subnet</name>
           <value>127.0.0.1</value>
-          <description>The IP Subnet for all API servers. Used by IPoD.</description>
+          <description>The IP Subnet for all API servers. 
+         Used to identify IPoD packet senders.</description>
         </variable>
 
         <variable id="ipod_mask" type="ip">
-          <name>IP Address</name>
+          <name>IP Mask</name>
           <value>255.255.255.255</value>
           <description>The IP Mask that should be applied to incoming 
          packets to match the IP Subnet for IPoD packets.</description>