Help for this page

Select Code to Download


  1. or download this
    foreach my $row (@sensor_h)
    {
      push(@draw, { file => "../data/$row.rrd", legend => "Source 1", thic
    +kness => 2, color => '00FF00' });
    }
    
  2. or download this
    $rrd->graph(
      #image          => '-',
    ...
    
    );