IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31901


Ignore:
Timestamp:
Jul 18, 2011, 10:48:04 PM (15 years ago)
Author:
rhenders
Message:

now creating nebulous space time series for previous week, rather than previous day

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarpoll.pl

    r31886 r31901  
    189189        print "* Checking Nebulous\n";
    190190        $nebulous->updateClusterSpaceInfo();
    191         $plotter->plotStorageTimeSeries($begin, $end);
     191        $plotter->plotStorageTimeSeries($czarDb->subtractInterval($begin, "1 WEEK") , $end);
    192192        $plotter->plotDiskUsageHistogram();
    193193        updateServerStatus();
Note: See TracChangeset for help on using the changeset viewer.