# | Line 286 | Line 286 | sub processdata() { | |
---|---|---|
286 | close DEF; | |
287 | } | |
288 | my(@data) = ( "packet.queue.attributes.queue$i:size:GAUGE", | |
289 | < | "packet.queue.attributes.total:total:GAUGE", |
289 | > | "packet.queue.attributes.total:total:COUNTER", |
290 | ); | |
291 | &updaterrd($machine, "$hash\_$i", $date, $rrdstep, \%xmlhash, @data); | |
292 | ++$i; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |