IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2015, 11:11:50 AM (11 years ago)
Author:
eugene
Message:

updating changes to ippMonitor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r34900 r37983  
    3737        "dist",
    3838        "pub",
    39         "chipbackground");
     39        );
     40        # "chipbackground");
    4041
    4142$servers=array(
     
    4647        "distribution",
    4748        "pstamp",
    48         "update",
    49         "publishing",
     49        # "update",
     50        # "publishing",
    5051        "registration",
    5152        "replication",
    5253        "stack",
    53         "deepstack",
     54        # "deepstack",
    5455        "stdscience",
    5556        "summitcopy");
     
    9596$labels = getLabels($czardb, $selectedMode);
    9697$distLabels = getLabels($czardb, "distribution");
    97 $pubLabels = getLabels($czardb, "publishing");
     98# $pubLabels = getLabels($czardb, "publishing");
     99$pubLabels = $labels;
    98100
    99101if ($debug) {
     
    445447        $anyFaults = false;
    446448
    447         $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel . "&chipRun.state=".$searchState;
     449        // Note: Do not include the state for chip, cam, and warp so that both new and update faults are listed
     450        $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel ; # . "&chipRun.state=".$searchState;
    448451        getStateAndFaults($db, $thisLabel, $selectedState, "chip", $str, $anyFaults);
    449452        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
    450453
    451         $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel . "&camRun.state=".$searchState;
     454        $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel ; # . "&camRun.state=".$searchState;
    452455        getStateAndFaults($db, $thisLabel, $selectedState, "cam", $str, $anyFaults);
    453456        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
     
    457460        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
    458461
    459         $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel . "&warpRun.state=".$searchState;
     462        $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel ; # . "&warpRun.state=".$searchState;
    460463        getStateAndFaults($db, $thisLabel, $selectedState, "warp", $str, $anyFaults);
    461464        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
Note: See TracChangeset for help on using the changeset viewer.