ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/reports/graphing/graph.pl
(Generate patch)

Comparing experimental/reports/graphing/graph.pl (file contents):
Revision 1.6 by tdb, Mon Mar 11 17:06:45 2002 UTC vs.
Revision 1.7 by tdb, Wed Mar 13 20:50:48 2002 UTC

# Line 202 | Line 202 | sub makegraph() {
202      RRDs::graph ("$imgdir/$machine/$type-1m.png", "--start=-2678400", @rrdcmd);
203      my($err_1m) = RRDs::error;
204      print STDERR "Error generating 1m graph for $machine/$type: $err_1m\n" if $err_1m;
205 +    RRDs::graph ("$imgdir/$machine/$type-1y.png", "--start=-31536000", @rrdcmd);
206 +    my($err_1y) = RRDs::error;
207 +    print STDERR "Error generating 1y graph for $machine/$type: $err_1y\n" if $err_1y;
208      return;
209   }
210  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines