Changeset 41458
- Timestamp:
- Dec 15, 2020, 2:51:22 PM (6 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
czartool/czartool/Pantasks.pm (modified) (1 diff)
-
raw/czartool_labels.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/Pantasks.pm
r41132 r41458 21 21 "detrend", 22 22 "ippqub:stdscience_ws", 23 "ippqub2:stdscience_ws", 23 24 "publishing", 24 25 "replication", -
trunk/ippMonitor/raw/czartool_labels.php
r41380 r41458 79 79 ); 80 80 81 $servers=array( 81 $pass = $ID['pass']; 82 $proj = $ID['proj']; 83 $menu = $ID['menu']; 84 85 #set up the list of servers to check. different for gpc1 and gpc2 86 if ($proj == 'gpc1') { 87 $servers=array( 82 88 #"addstar", 83 89 #"addstarlap", … … 94 100 "stdscience", 95 101 "summitcopy"); 96 97 $pass = $ID['pass']; 98 $proj = $ID['proj']; 99 $menu = $ID['menu']; 102 } else { 103 $servers=array( 104 "ippqub2:stdscience_ws", 105 "cleanup", 106 "distribution", 107 "registration", 108 "stdscience", 109 "summitcopy"); 110 } 111 100 112 101 113 // The Update mode of czartool is obsolete since we don't use the update … … 263 275 echo "<tr><td>data store</td> 264 276 <td><a href=\"https://svn.ifa.hawaii.edu/\" target=new><font color=\"blue\">here</font></a></td></tr>"; 277 echo "<tr><td>Pan-STARRS data overview plots</td> 278 <td><a href=\"http://ipp.ifa.hawaii.edu/skycoverage.20201110\" target=new><font color=\"blue\">here</font></a></td></tr>"; 265 279 266 280 $plotTypeLink = ($plotType == "linear") ? "log" : "linear";
Note:
See TracChangeset
for help on using the changeset viewer.
