Changeset 32178
- Timestamp:
- Aug 23, 2011, 11:33:36 AM (15 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
czartool/czartool/czarconfig.xml (modified) (1 diff)
-
raw/czartool_getplot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/czarconfig.xml
r32172 r32178 9 9 <font>/usr/share/fonts/corefonts/arial.ttf</font> 10 10 <size>8</size> 11 <path>/data/ipp c18.0/home/ipp/czartool_plots</path>11 <path>/data/ipp009.0/czartool_plots</path> 12 12 </gnuplot> 13 13 -
trunk/ippMonitor/raw/czartool_getplot.php
r32173 r32178 18 18 $plottype = $_GET[plottype]; 19 19 20 $path = "/data/ipp c18.0/home/ipp/czartool_plots"; # TODO horrible hard-coded path - read from config20 $path = "/data/ipp009.0/czartool_plots"; # TODO horrible hard-coded path - read from config 21 21 22 22 if ($label == "all") $label = "all_".$mode."_labels";
Note:
See TracChangeset
for help on using the changeset viewer.
