IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28869


Ignore:
Timestamp:
Aug 9, 2010, 12:58:08 PM (16 years ago)
Author:
rhenders
Message:

Now using full host name for neb plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/CzarDb.pm

    r28862 r28869  
    367367
    368368    my $underLimit;
    369     my $hostOut;
    370369
    371370    # loop round results
     
    377376        else {$underLimit = 1;}
    378377
    379         if ($host =~ m/ipp0([0-9]+)/) {$hostOut = $1;}
    380 
    381378        # Col 1: host
    382         print GNUDAT "$hostOut";
     379        print GNUDAT "$host";
    383380       
    384381        # Col 2: available, readable used space under limit
Note: See TracChangeset for help on using the changeset viewer.