SNMP HELP

2010-01-06 Thread Raja
Hi, This is Raja. I want retrive the CPU usage via snmp. and I want to look out how much memory is being occupied by the each process. Can any one help me in this regard. Thank you, Thanks Regards, A.Raja Mail : a.r...@mistltd.com Mob No: (+91)9346712120

Re: Net SNMP Agent

2010-01-06 Thread Dave Shield
2010/1/6 Ashish vashishtha ashish.vashish...@gmail.com: i need to develop a SNMP Agent that can handle SNMP get and getnext requests for SNMP v1 and SNMP v2 without Agentx support. Just use the standard Net-SNMP agent. That can handle these requirements. If you don't activate the AgentX

Re: SNMP HELP

2010-01-06 Thread Dave Shield
2010/1/6 Raja antony.spec...@gmail.com: I want retrive the CPU usage via snmp. snmpwalk . UCD-SNMP-MIB::systemStats and I want to look out how much memory is being occupied by the each process. snmpwalk HOST-RESOURCES-MIB::hrSWRunPerfMem Dave

SNMP Proxy - Multiple Devices Same MIB

2010-01-06 Thread Peyush Kumar
Hi, Can someone please suggest on follwoing I am using Snmp Proxy - agent architecture. I plan to implement same MIB in multiple devices D1, D2, ..Dn. Proxy should be routing to right device using index in OID ( .0, .1.2.3.4) Can I use GetNext to browse thorugh all the devices D1, D2. Thanks

Re: Net SNMP Agent

2010-01-06 Thread Dave Shield
2010/1/6 Ashish vashishtha ashish.vashish...@gmail.com: So can it be done if i get any get or getnext request on my system for particular oids mentioned in my MIB, snmpd should process that request and should forward to my agent without agentx support. But why do you need another agent at all.

Re: SNMP Proxy - Multiple Devices Same MIB

2010-01-06 Thread Fulko Hew
On Wed, Jan 6, 2010 at 5:53 AM, Peyush Kumar peyush.ku...@gmail.com wrote: Hi, Can someone please suggest on follwoing I am using Snmp Proxy - agent architecture. I plan to implement same MIB in multiple devices D1, D2, ..Dn. Proxy should be routing to right device using index in OID ( .0,

Re: SNMP Proxy - Multiple Devices Same MIB

2010-01-06 Thread Peyush Kumar
Hi, Thanks for your response Related questions, 1)Is your master agent SNMPD or created by self. Basically Will the creation of 'grand-unified' OID format,will it pe possible by snmpd by just configuration or we need to implement code for this ( of what size/complexity) 2) Can we achive same

Re: Net SNMP Agent

2010-01-06 Thread Dave Shield
[Resent to include the correct mailing list address] 2010/1/6 Dave Shield d.t.shi...@liverpool.ac.uk: 2010/1/6 Ashish vashishtha ashish.vashish...@gmail.com: But we have a separate application P1 that contains the response data that i need to send in response to the get or get next. How

rpm build

2010-01-06 Thread rangeli nepal
I am trying to build rpm for net-snmp 5.5 on a redhat 3 machine. I am using spec file that came with net-snmp5.5 stored in dist directory. Any clue will be highly appreciated. Thank you. rn It exits at with message: Warning: You do not have permissions to install into

Re: SNMP Proxy - Multiple Devices Same MIB

2010-01-06 Thread Fulko Hew
On Wed, Jan 6, 2010 at 9:33 AM, Peyush Kumar peyush.ku...@gmail.com wrote: Hi, Thanks for your response Related questions, 1)Is your master agent SNMPD or created by self. My master agent is Net-SNMP with my own added 'grand-unified' MIBs/extentions. Basically Will the creation of

Re: rpm build

2010-01-06 Thread Nikos Balkanas
Hi, You need to be root to do what you are trying to. Or at least have write permissions to /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto. BR, Nikos - Original Message - From: rangeli nepal To: net-snmp-users Sent: Wednesday, January 06, 2010 5:30 PM

Re: rpm build

2010-01-06 Thread rangeli nepal
Though I am not sure why net-snmp during build process need to have write access to that directory, but it came to my mind and tried to do sudo rpmbuild but I end up in following error message: + /usr/lib/rpm/find-debuginfo.sh /home/(xxdir=`pwd` cd $RPM_BUILD_ROOT find usr/lib*/perl5 -type f |

Re: rpm build

2010-01-06 Thread rangeli nepal
well, putting following line in spec file takes the error that we were saying: %define __strip /bin/true but give me again following error: File not found by glob: /tmp/net-snmp-root/usr/share/man/man3/*::* File not found by glob: /tmp/net-snmp-root/usr/share/man/man3/SNMP* On Wed, Jan 6,

Disman event traps

2010-01-06 Thread nf-vale
Hi all, I'm using the monitor Disman event directives in my net-snmp installation but I'm facing a problem. One of the directives tells the agent to monitor disk space and send a notification if disk space available is lesser than 99% (this value is only for test purposes of course). The

Re: SNMPGET specifying the community name

2010-01-06 Thread Irvs
Thanks Tarun. I can't seem to make it work, executing this command [snmpget -v2c -c sample community 10.10.10.9 enterprises] does not give me the right return value. Do you guys have an idea where in the source code can I find the part where it reads the community name value for evaluation?

Re: Net SNMP Agent

2010-01-06 Thread Peyush Kumar
a) Make P1 an AgentX subagent, and have snmpd (acting as a master agent) pass the requests on to P1 Related to above, Cant we using NetSNMP ,to make P1 act as SNMP agent ( by osmehowloning NetSNMP libraries) I guess the other tools gives such ability ? Please correct if i am wrong

Re: Net SNMP Agent

2010-01-06 Thread Peyush Kumar
On Thu, Jan 7, 2010 at 12:40 PM, Peyush Kumar peyush.ku...@gmail.comwrote: [resent with corrections] a) Make P1 an AgentX subagent, and have snmpd (acting as a master agent) pass the requests on to P1 Related to above, Cant we use NetSNMP ,to make P1 act as SNMP agent ( by somehow