IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42274


Ignore:
Timestamp:
Sep 1, 2022, 2:10:04 PM (4 years ago)
Author:
cclin33
Message:

CCL: update simple plot code and add storage.php, skycoverage.php, and ganglia.php under czar page

File:
1 edited

Legend:

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

    r42272 r42274  
    372372   # google chart
    373373   # time series plot
    374    echo Gettimeseries($czardb, $selectedMode, $selectedLabel, $proj, $selectedStage);
     374   #echo Gettimeseries($czardb, $selectedMode, $selectedLabel, $proj, $selectedStage);
    375375   # rate series plot
    376    echo Getrate($czardb, $selectedMode, $selectedLabel, $proj, $selectedStage);
     376   #echo Getrate($czardb, $selectedMode, $selectedLabel, $proj, $selectedStage);
    377377} else {
    378378   # google chart
     
    386386echo getDataQuality($projectdb);
    387387# storage timeseries
    388 #echo getSpaces($czardb);
     388echo getSpaces($czardb);
    389389# storage plot
    390 #echo getHosts($czardb);
     390echo getHosts($czardb);
    391391
    392392# timer for main page end
Note: See TracChangeset for help on using the changeset viewer.