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

Comparing projects/cms/source/reports/rrdgraphing/graph.pl (file contents):
Revision 1.8 by tdb, Sun Oct 13 02:04:03 2002 UTC vs.
Revision 1.9 by tdb, Sun Oct 13 02:27:39 2002 UTC

# Line 218 | Line 218 | foreach my $machine (@rrddirlist) {
218                  push @data, "LINE2:$baserrd\_$i:size:size$i" . &get_colour($i) . ":OK:queue$i size ";
219                  ++$i;
220              }
221 <            push @data, "LINE2:$baserrd\_0:total:total#FF0000:OK:packets/sec";
221 >            push @data, "LINE2:$baserrd\_0:total:total#FF0000:OK:packets/sec ";
222              my($comment);
223              if(-f "$rrddir/$machine/$baserrd.def") {
224                  open(DEF, "$rrddir/$machine/$baserrd.def");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines