Subject: | Supporting counter64 |
Date: | Wed, 2 Jan 2013 11:00:14 +0000 |
To: | bug-SNMP-Extension-PassPersist [...] rt.cpan.org |
From: | Pete Bristow <pete.bristow [...] z11.net> |
Hi,
Newer versions of Net-SNMP support reporting 64bit counters via the
pass/pass_persist mechanism.
As of 0.06 this isn't a supported type. Supporting said counters
should be as easy as
--- PassPersist.pm 2013-01-02 10:55:04.249101714 +0000
+++ PassPersist.pm.new 2013-01-02 10:54:54.633190278 +0000
@@ -60,6 +60,7 @@
# global variables
-------------------------------------------------------------
my %snmp_ext_type = (
counter => "counter",
+ counter64 => "counter64",
gauge => "gauge",
integer => "integer",
ipaddr => "ipaddress",
Pete