IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2015, 3:01:20 PM (11 years ago)
Author:
eugene
Message:

removing password information from checked in files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/czarconfig.xml.in

    r38210 r38211  
    99    <font>/usr/share/fonts/corefonts/arial.ttf</font>
    1010    <size>8</size>
    11     <path>/data/ipp009.0/czartool_plots</path>
     11    <path>PATH/TO/czartool_plots</path>
    1212  </gnuplot>
    1313
    1414  <!-- Metrics section -->
    1515  <metrics>
    16     <savelocation>/data/ipp004.0/ipp/ippMetrics</savelocation>
     16    <savelocation>PATH/TO/ippMetrics</savelocation>
    1717    <starttime>18:00</starttime>
    1818  </metrics>
     
    2020  <!-- gpc1 Db section -->
    2121  <gpc1database>
    22     <name>gpc1</name>
    23     <host>scidbm</host>
    24     <user>ippuser</user>
    25     <password>ippuser</password>
     22    <name></name>
     23    <host></host>
     24    <user></user>
     25    <password></password>
    2626  </gpc1database>
    2727
    2828  <!-- gpc2 Db section -->
    2929  <gpc2database>
    30     <name>gpc2</name>
    31     <host>scidbm</host>
    32     <user>ippuser</user>
    33     <password>ippuser</password>
     30    <name></name>
     31    <host></host>
     32    <user></user>
     33    <password></password>
    3434  </gpc2database>
    3535
    3636  <!-- Czar Db section -->
    3737  <czardatabase>
    38     <name>czardb</name>
    39     <host>scidbm</host>
    40     <user>ipp</user>
    41     <password>ipp</password>
     38    <name></name>
     39    <host></host>
     40    <user></user>
     41    <password></password>
    4242    <cleanupinterval>30 MINUTE</cleanupinterval>
    4343  </czardatabase>
     
    4545  <!-- Roboczar section -->
    4646  <roboczar>
    47     <email>ps-ipp-ops@ifa.hawaii.edu</email>
    48     <!-- How often should ropbczar check status? (MySQL 'interval' format please, eg 20 MINUTE, 1 HOUR etc) check-->
     47    <email></email>
     48    <!-- How often should roboczar check status? (MySQL 'interval' format please, eg 20 MINUTE, 1 HOUR etc) check-->
    4949    <serverinterval>20 MINUTE</serverinterval>
    5050    <!-- whitespace-separated server list for servers we want roboczar to check -->
     
    5454
    5555</czarconfig>
    56 
Note: See TracChangeset for help on using the changeset viewer.