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

Comparing projects/cms/source/reports/rrdgraphing/watch.pl (file contents):
Revision 1.10 by tdb, Wed Jun 15 10:41:25 2005 UTC vs.
Revision 1.11 by tdb, Wed Jun 15 15:39:25 2005 UTC

# Line 344 | Line 344 | sub processdata() {
344                  $name =~ s/\\/$hex_bslash/g;
345                  $name =~ s/ /$hex_space/g;
346                  $name =~ s/:/$hex_colon/g;
347 <                $name =~ s/\(/$hex_rbracket/g;
348 <                $name =~ s/\)/$hex_lbracket/g;
347 >                $name =~ s/\(/$hex_lbracket/g;
348 >                $name =~ s/\)/$hex_rbracket/g;
349                  $name =~ s/\+/$hex_plus/g;
350                  @data = ( "packet.net.p$i.attributes.rx:rx:GAUGE",
351                            "packet.net.p$i.attributes.tx:tx:GAUGE",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines