--- experimental/reports/graphing/watch.pl 2002/03/10 01:43:15 1.3 +++ experimental/reports/graphing/watch.pl 2002/03/10 13:28:59 1.4 @@ -8,7 +8,7 @@ # the i-scream server and collecting data. # # $Author: tdb $ -# $Id: watch.pl,v 1.3 2002/03/10 01:43:15 tdb Exp $ +# $Id: watch.pl,v 1.4 2002/03/10 13:28:59 tdb Exp $ #------------------------------------------------------------ ## TODO @@ -286,7 +286,7 @@ sub processdata() { close DEF; } my(@data) = ( "packet.queue.attributes.queue$i:size:GAUGE", - "packet.queue.attributes.total:total:GAUGE", + "packet.queue.attributes.total:total:COUNTER", ); &updaterrd($machine, "$hash\_$i", $date, $rrdstep, \%xmlhash, @data); ++$i;