IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41458 for trunk/ippMonitor


Ignore:
Timestamp:
Dec 15, 2020, 2:51:22 PM (6 years ago)
Author:
tdeboer
Message:

update to ippMonitor and czartool to properly display the ippqub2:stdscience_ws status

Location:
trunk/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Pantasks.pm

    r41132 r41458  
    2121        "detrend",
    2222        "ippqub:stdscience_ws",
     23        "ippqub2:stdscience_ws",
    2324        "publishing",
    2425        "replication",
  • trunk/ippMonitor/raw/czartool_labels.php

    r41380 r41458  
    7979);           
    8080
    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
     86if ($proj == 'gpc1') {
     87    $servers=array(
    8288        #"addstar",
    8389        #"addstarlap",
     
    94100        "stdscience",
    95101        "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
    100112
    101113// The Update mode of czartool is obsolete since we don't use the update
     
    263275echo "<tr><td>data store</td>
    264276          <td><a href=\"https://svn.ifa.hawaii.edu/\" target=new><font color=\"blue\">here</font></a></td></tr>";
     277echo "<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>";
    265279
    266280$plotTypeLink = ($plotType == "linear") ? "log" : "linear";
Note: See TracChangeset for help on using the changeset viewer.