can you tell me if the errors below when I run the poller manually pertain to the cacti server or are they in response to the snmpd.conf from the host I am monitoring with cacti? I have 4 hosts currently setup to monitor. The only info that graphs for each host is disk, processes and users...I need cpu, memory and network info to graph also...thanks. If you need more info or logs let me know. Greg
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.51.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.52.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.50.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.51.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.52.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.50.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.51.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.52.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.50.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.9.2.1.58.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.51.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.52.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.50.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.51.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.52.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: .1.3.6.1.4.1.2021.11.50.0
poller errors
Moderators: Developers, Moderators
snmpwalk
snmpwalk returns the following on host and target:KaiB wrote:Looks like you are polling with an invalid OID number on the host.
You can check what OID number you need to use on the host with snmpwalk.
greg-ranks-mac-mini:/Library/WebServer/Documents/cacti root# snmpwalk -Os -c public -v 1 greg-ranks-mac-mini.local system
sysDescr.0 = STRING: Darwin greg-ranks-mac-mini.local 8.5.0 Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC Power Macintosh
sysObjectID.0 = OID: netSnmpAgentOIDs.255
sysUpTime.0 = Timeticks: (13637) 0:02:16.37
sysContact.0 = STRING: Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
sysName.0 = STRING: greg-ranks-mac-mini.local
sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)
sysORLastChange.0 = Timeticks: (95) 0:00:00.95
sysORID.1 = OID: ifMIB
sysORID.2 = OID: snmpMIB
sysORID.3 = OID: tcpMIB
sysORID.4 = OID: ip
sysORID.5 = OID: udpMIB
sysORID.6 = OID: vacmBasicGroup
sysORID.7 = OID: snmpFrameworkMIBCompliance
sysORID.8 = OID: snmpMPDCompliance
sysORID.9 = OID: usmMIBCompliance
sysORDescr.1 = STRING: The MIB module to describe generic objects for network interface sub-layers
sysORDescr.2 = STRING: The MIB module for SNMPv2 entities
sysORDescr.3 = STRING: The MIB module for managing TCP implementations
sysORDescr.4 = STRING: The MIB module for managing IP and ICMP implementations
sysORDescr.5 = STRING: The MIB module for managing UDP implementations
sysORDescr.6 = STRING: View-based Access Control Model for SNMP.
sysORDescr.7 = STRING: The SNMP Management Architecture MIB.
sysORDescr.8 = STRING: The MIB for Message Processing and Dispatching.
sysORDescr.9 = STRING: The management information definitions for the SNMP User-based Security Model.
sysORUpTime.1 = Timeticks: (2) 0:00:00.02
sysORUpTime.2 = Timeticks: (46) 0:00:00.46
sysORUpTime.3 = Timeticks: (46) 0:00:00.46
sysORUpTime.4 = Timeticks: (61) 0:00:00.61
sysORUpTime.5 = Timeticks: (79) 0:00:00.79
sysORUpTime.6 = Timeticks: (94) 0:00:00.94
sysORUpTime.7 = Timeticks: (95) 0:00:00.95
sysORUpTime.8 = Timeticks: (95) 0:00:00.95
sysORUpTime.9 = Timeticks: (95) 0:00:00.95
Thanks
Greg
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
You queried system OIDs. That's fine to see, that the host responds. But you may have to change the remote snmpd.conf (or the like) to respond to queries asking for disk, CPU and the like. Normally, this can be done using the OIDs I posted above. But you may have to check the system's docs to verify, that this is possible (not all systems support the host or UCD MIBs)
Reinhard
Reinhard
OID's
Thank you very much for the reply...
I am fairly new to snmp and doing tutorials etc..
I have played around with snmpconf -g basic_setup but it did not have options for cpu, memory and network interface traffic...
Any chance you can look at this attached snmpd.conf file (this is from RedHat AS3.0 server) and give me an example of what to change to allow it to respond to cpu, memory and interface traffic?
What would be most useful to me is a copy of an snmpd.conf file from someone (even Cacti)
that works with all the OID querries that Cacti makes...
It would be nice if Cacti supplied an snmpd.conf that would respond to all
of it's querries.
Thanks
Greg
I am fairly new to snmp and doing tutorials etc..
I have played around with snmpconf -g basic_setup but it did not have options for cpu, memory and network interface traffic...
Any chance you can look at this attached snmpd.conf file (this is from RedHat AS3.0 server) and give me an example of what to change to allow it to respond to cpu, memory and interface traffic?
What would be most useful to me is a copy of an snmpd.conf file from someone (even Cacti)
that works with all the OID querries that Cacti makes...
It would be nice if Cacti supplied an snmpd.conf that would respond to all
of it's querries.
Thanks
Greg
-
- Posts: 9
- Joined: Tue Jul 06, 2010 12:31 pm
Who is online
Users browsing this forum: No registered users and 0 guests