Changeset 41024
- Timestamp:
- Nov 3, 2019, 6:00:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl
r41023 r41024 292 292 } else { 293 293 print "There is a recent Czarpoll iteration already made ($timediff sec ago)\n"; 294 print "* Skipping database queries and entries *\n";294 print "* Skipping database queries and entries\n"; 295 295 $dbupdate = 0; 296 296 } … … 345 345 346 346 # check nebulous 347 if($checkneb == 1){347 if ($checkneb == 1) { 348 348 print "* Checking Nebulous\n"; 349 349 if($dbupdate == 1) {$nebulous->updateClusterSpaceInfo();} … … 351 351 $plotter0->plotDiskUsageHistogram(); 352 352 $plotter0->plotDiskUsageHistogramLarge(); 353 if($dbupdate == 1) {updateServerStatus();} 354 } 355 else {print "* Locahost, so no checking nebulous\n";} 353 } 354 else { 355 print "* Locahost, so no checking nebulous\n"; 356 } 357 358 # check pantasks status 359 if($dbupdate == 1) {updateServerStatus();} 356 360 357 361 # check pantasks dates
Note:
See TracChangeset
for help on using the changeset viewer.
