IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31412


Ignore:
Timestamp:
Apr 29, 2011, 3:38:23 PM (15 years ago)
Author:
watersc1
Message:

Update to add ippb hosts to nebulous results.

File:
1 edited

Legend:

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

    r28862 r31412  
    110110            next;
    111111        }
    112         elsif ($line =~ m/(ipp[0-9]+)\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i) {
     112        elsif (($line =~ m/(ipp[0-9]+)\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)||
     113               ($line =~ m/(ippb[0-9]+)\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)) {
    113114       
    114115            $self->{_totalHosts}++;
Note: See TracChangeset for help on using the changeset viewer.