Changeset 38211 for trunk/ippMonitor/czartool/czartool
- Timestamp:
- Apr 28, 2015, 3:01:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/czarconfig.xml.in
r38210 r38211 9 9 <font>/usr/share/fonts/corefonts/arial.ttf</font> 10 10 <size>8</size> 11 <path> /data/ipp009.0/czartool_plots</path>11 <path>PATH/TO/czartool_plots</path> 12 12 </gnuplot> 13 13 14 14 <!-- Metrics section --> 15 15 <metrics> 16 <savelocation> /data/ipp004.0/ipp/ippMetrics</savelocation>16 <savelocation>PATH/TO/ippMetrics</savelocation> 17 17 <starttime>18:00</starttime> 18 18 </metrics> … … 20 20 <!-- gpc1 Db section --> 21 21 <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> 26 26 </gpc1database> 27 27 28 28 <!-- gpc2 Db section --> 29 29 <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> 34 34 </gpc2database> 35 35 36 36 <!-- Czar Db section --> 37 37 <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> 42 42 <cleanupinterval>30 MINUTE</cleanupinterval> 43 43 </czardatabase> … … 45 45 <!-- Roboczar section --> 46 46 <roboczar> 47 <email> ps-ipp-ops@ifa.hawaii.edu</email>48 <!-- How often should ro pbczar 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--> 49 49 <serverinterval>20 MINUTE</serverinterval> 50 50 <!-- whitespace-separated server list for servers we want roboczar to check --> … … 54 54 55 55 </czarconfig> 56
Note:
See TracChangeset
for help on using the changeset viewer.
