Changeset 28845 for trunk/tools/roboczar.pl
- Timestamp:
- Aug 5, 2010, 9:10:53 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/roboczar.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/roboczar.pl
r28831 r28845 10 10 use czartool::Gpc1Db; 11 11 use czartool::Pantasks; 12 use czartool::Nebulous; 12 13 use czartool::Czarplot; 13 14 14 15 15 my $period = 60; … … 24 24 my $czarDb = new czartool::CzarDb($czarDbName, "ippdb01", "ipp", "ipp", 0, $save_temps); # TODO last arg here is save_temps, should get as arg 25 25 my $gpc1Db = new czartool::Gpc1Db("gpc1", "ippdb01", "ippuser", "ippuser"); 26 my $nebulous = new czartool::Nebulous($czarDb); 26 27 my $pantasks = new czartool::Pantasks(); 27 28 my $czarplot = new czartool::Czarplot($czarDb, "%Y%m%d-%H%M%S", "png", "/tmp", $save_temps); … … 101 102 my $end = undef; 102 103 my $priority = undef; 103 104 104 while (1) { 105 106 print "* Checking Nebulous\n"; 107 $nebulous->updateClusterSpaceInfo(); 105 108 106 109 updateServerStatus();
Note:
See TracChangeset
for help on using the changeset viewer.
