Search found 5 matches

by aberryjr
Thu May 20, 2010 4:31 am
Forum: Help: General
Topic: Snmp Error when using java snmp
Replies: 9
Views: 3546

snmp error

This is were I am now. I seems to be returning data. I changed the version from v1 to v2 and it seems to work. But I still get snmp error so I think think this maybe some cacti bug.

The other question what if I have multiple jvms can I have multiple ports such as 1161, 1162, 1163, etc...

Thanks,
by aberryjr
Thu May 20, 2010 4:10 am
Forum: Help: General
Topic: Snmp Error when using java snmp
Replies: 9
Views: 3546

snmp error

snmpwalk output below: snmpwalk -v 1 -c public localhost SNMPv2-MIB::sysDescr.0 = STRING: Linux aberry.linux.com 2.6.18-194.3.1.el5xen #1 SMP Sun May 2 05:02:13 EDT 2010 i686 SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (3110847)...
by aberryjr
Thu May 20, 2010 3:45 am
Forum: Help: General
Topic: Snmp Error when using java snmp
Replies: 9
Views: 3546

snmp error

I am running jdk1.6. I don't know how to do snmpwalk. can you please advise?

Thanks,
by aberryjr
Thu May 20, 2010 3:31 am
Forum: Help: General
Topic: Snmp Error when using java snmp
Replies: 9
Views: 3546

snmp error

Seems that I am getting some data. I don't know how good it is but I still get "snmp error". I have followed the directions which are in the post but I still get the error.
by aberryjr
Wed May 19, 2010 7:14 pm
Forum: Help: General
Topic: Snmp Error when using java snmp
Replies: 9
Views: 3546

Snmp Error when using java snmp

Hello, I am attempting to monitor a Java jvm with cacti. I have the following as start options on the jvm. com.sun.management.snmp.interface=0.0.0.0 com.sun.management.snmp.port=1161 com.sun.management.snmp.trap=1162 com.sun.management.snmp.acl=false In cacti I am using snmp port 1161, in the upper ...