IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42790 for trunk/ippMonitor


Ignore:
Timestamp:
Feb 18, 2025, 1:02:15 PM (17 months ago)
Author:
cclin33
Message:

add dataquality and pointing reports

Location:
trunk/ippMonitor
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r42384 r42790  
    3939# $CZARPLOTDIR and $METRICSPLOTDIR will be generated as links in the same folder as ippMonitor 
    4040# the structure of the names for these two directories are defined in Makefile.in a
     41# pltdir in ipp117 is /var/www/localhost/htdocs/ippMonitor
    4142psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /some/path --site ~/ippconfig/ippmonitor.config
    4243
  • trunk/ippMonitor/raw/czartool_labels.php

    r42736 r42790  
    16681668    $qry = $db->query($sql);
    16691669    if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";}
     1670
     1671    // Set environment variables
     1672    putenv("PATH=/usr/local/bin:/usr/bin:/bin:/data/ippc65.0/ipp/src/psconfig//ipp-20210708-gentoo.lin64/bin");
     1673    putenv("PERL5LIB=/data/ippc65.0/ipp/src/psconfig//ipp-20210708-gentoo.lin64/lib");
     1674
    16701675    # not sure why neb-host doesn't work on ipp113 CCL.20210216
    16711676    exec("neb-host |cut -b 17-30,86-", $hostnoteall);
  • trunk/ippMonitor/raw/ipp.czar.dat

    r42276 r42790  
    55menulink   | menuselect      | link    | czartool               | czartool_labels.php
    66menulink   | menuselect      | link    | storage status         | storage.php
     7menulink   | menuselect      | link    | pointing               | pointing.php
     8menulink   | menuselect      | link    | data quality           | dataquality.php
    79menulink   | menuselect      | link    | mask stats             | maskStats.php
    810menulink   | menuselect      | link    | night summary          | nightSummary.php
Note: See TracChangeset for help on using the changeset viewer.