Help for this page

Select Code to Download


  1. or download this
    sub get_latest_avg {
      my $host = shift;
    ...
      return $avg;
                                                                          
    +          
    }
    
  2. or download this
    for my $host(keys %nodes) {
      for my $rrd(keys %rrd) {
    ...
        print $avg. "\n";
      }
    }