Hi All,

We are using SNMPv3 for publishing snmp parameters. We are publishing data
as snmp tables.

I am facing an issue in below case:

Multiple rowIDs for same component : When we are publishing parameters of
one component using different rowIds from same jvm process, every-time we
send a parameter using a rowId then it overwrite all columns value in that
table independent of rowID.
E.g. CPU is a component(MODULE_ID=102). All CPU parameters will be
published on 8001 port.
There will be multiple cpu cores on a machine then each cpu core's
parameters will be published using different rowID. All the rowids of all
the CPUs are set with the last sent value.

I am using below maven dependency in my app:

        <dependency>
            <groupId>org.snmp4j</groupId>
            <artifactId>snmp4j-agent</artifactId>
            <version>2.0.8</version>
        </dependency>

Any suggestion ?
-- 
*Thanks & Regards*
*Hanish Bansal*
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to