--- projects/cms/source/reports/rrdgraphing/watch.pl 2005/06/15 15:39:25 1.11 +++ projects/cms/source/reports/rrdgraphing/watch.pl 2005/06/29 10:26:40 1.12 @@ -28,10 +28,10 @@ # the i-scream server and collecting data. # # $Author: tdb $ -# $Id: watch.pl,v 1.11 2005/06/15 15:39:25 tdb Exp $ +# $Id: watch.pl,v 1.12 2005/06/29 10:26:40 tdb Exp $ #------------------------------------------------------------ -my($version) = '$Id: watch.pl,v 1.11 2005/06/15 15:39:25 tdb Exp $'; +my($version) = '$Id: watch.pl,v 1.12 2005/06/29 10:26:40 tdb Exp $'; $| = 1; @@ -47,7 +47,7 @@ use vars qw{ $imgdir $rrddir $maxrrdage $maximgage $deleterrds $deleteimgs $hex_slash $hex_underscore $hex_space $hex_colon $hex_bslash $hex_rbracket - $hex_lbracket $hex_plus + $hex_lbracket $hex_plus $hex_hash $rrdstep $retry_wait $verbose $quiet }; @@ -347,6 +347,7 @@ sub processdata() { $name =~ s/\(/$hex_lbracket/g; $name =~ s/\)/$hex_rbracket/g; $name =~ s/\+/$hex_plus/g; + $name =~ s/#/$hex_hash/g; @data = ( "packet.net.p$i.attributes.rx:rx:GAUGE", "packet.net.p$i.attributes.tx:tx:GAUGE", );