Changeset 29861
- Timestamp:
- Nov 26, 2010, 3:20:19 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarpoll.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarpoll.pl
r29805 r29861 133 133 134 134 print "* Creating metrics for last 24 hours\n"; 135 # TODO hardcopded path needs to be in config 136 my $dayMetrics = new czartool::DayMetrics($gpc1Db, $czarDb, "/data/ipp004.0/ipp/ippMetrics/", 1, 0, $today); 135 my $yesterday = $czarDb->subtractInterval($today, "1 DAY"); 136 # TODO hardcoded path needs to be in config 137 my $dayMetrics = new czartool::DayMetrics($gpc1Db, $czarDb, "/data/ipp004.0/ipp/ippMetrics/", 1, 0, $yesterday); 137 138 $dayMetrics->writeHTML(); 138 139 139 $doneMetricsToday = 1; 140 140 }
Note:
See TracChangeset
for help on using the changeset viewer.
