RE: how to use net-snmp for monitoring java processes in linux

2012-02-14 Thread Zain Mirza
. From: Mohammad Waqas Athar Sent: Monday, February 13, 2012 4:52 AM To: Zain Mirza ; [email protected] Subject: RE: how to use net-snmp for monitoring java processes in linux Well it seems like you have not seen any tutorials on net-snmp. First of all you need to create

Re: how to use net-snmp for monitoring java processes in linux

2012-02-14 Thread Dave Shield
On 13 February 2012 00:58, Zain Mirza wrote: >   a) i have to write add extra layer in my java processes that interacts > with snmpd agent. If so how ? code examples? > c) I have to write sub agents? Do I also have to use AgentPro necessarily to > generate java stubs for my mib files ? if so how

RE: how to use net-snmp for monitoring java processes in linux

2012-02-13 Thread Mohammad Waqas Athar
, that would help you understand how to extend it so that it answers your queries. Regards From: [email protected] To: [email protected]; [email protected] Date: Mon, 13 Feb 2012 07:12:25 -0500 Subject: RE: how to use net-snmp for monitoring java processes in linux

RE: how to use net-snmp for monitoring java processes in linux

2012-02-13 Thread Mohammad Waqas Athar
Well it seems like you have not seen any tutorials on net-snmp.First of all you need to create mib files for all the parameters that you want to monitor.Then you have to extend your snmpd agent so that it answers request for your parameters.For this you have to use mib2c to generate code. Foll