IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2010, 9:10:53 AM (16 years ago)
Author:
rhenders
Message:

Now checking nebulous storage info, storing it in Db and plotting it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/roboczar.pl

    r28831 r28845  
    1010use czartool::Gpc1Db;
    1111use czartool::Pantasks;
     12use czartool::Nebulous;
    1213use czartool::Czarplot;
    13 
    1414
    1515my $period = 60;
     
    2424my $czarDb = new czartool::CzarDb($czarDbName, "ippdb01", "ipp", "ipp", 0, $save_temps); # TODO last arg here is save_temps, should get as arg
    2525my $gpc1Db = new czartool::Gpc1Db("gpc1", "ippdb01", "ippuser", "ippuser");
     26my $nebulous = new czartool::Nebulous($czarDb);
    2627my $pantasks = new czartool::Pantasks();
    2728my $czarplot = new czartool::Czarplot($czarDb, "%Y%m%d-%H%M%S", "png", "/tmp", $save_temps);
     
    101102    my $end = undef;
    102103    my $priority = undef;
    103 
    104104    while (1) {
     105
     106        print "* Checking Nebulous\n";
     107        $nebulous->updateClusterSpaceInfo();
    105108
    106109        updateServerStatus();
Note: See TracChangeset for help on using the changeset viewer.