Need some assistance with SNMP Trapping
Need some assistance with SNMP Trapping
Hi there,
I have some remote devices out at customer locations that I have setup with NRDP to run commands against some network equipment at that site, and send results back to my XI server in the data center. This is using Passive Checks.
I'm looking to have some of those local devices send their SNMP Traps to my local device, which is running NRDP, but I can also install NRPE if required. Basically, I want DeviceA to send SNMP Traps to my local device, and then the local device sends the SNMP Trap to XI to be processed.
Any tips on how to accomplish this? I'm running Debian on the local machine, and have installed snmpd. I've set a local device to send traps to the local IP of my device, but I'm not seeing anything...
SNMPD also seems to be throwing some errors when I do a restart on it.
I have some remote devices out at customer locations that I have setup with NRDP to run commands against some network equipment at that site, and send results back to my XI server in the data center. This is using Passive Checks.
I'm looking to have some of those local devices send their SNMP Traps to my local device, which is running NRDP, but I can also install NRPE if required. Basically, I want DeviceA to send SNMP Traps to my local device, and then the local device sends the SNMP Trap to XI to be processed.
Any tips on how to accomplish this? I'm running Debian on the local machine, and have installed snmpd. I've set a local device to send traps to the local IP of my device, but I'm not seeing anything...
SNMPD also seems to be throwing some errors when I do a restart on it.
Re: Need some assistance with SNMP Trapping
Are you able to run your SNMP traps directly from the local machines -> Nagios XI or is there a reason you'd like your local debian machine to be the middle man?
Former Nagios Employee
Re: Need some assistance with SNMP Trapping
I deploy a raspberrypi at each client site, and have it to all the data collection and send it back to XI -- this way if the customers internet dies atleast the data is still sent to the Pi at the local site and can be reviewed.rkennedy wrote:Are you able to run your SNMP traps directly from the local machines -> Nagios XI or is there a reason you'd like your local debian machine to be the middle man?
Re: Need some assistance with SNMP Trapping
What you can do is point your traps to your remote device that will send the traps to XI.
Add this to the bottom:
Restart snmptrapd:
And it will forward the traps to your XI server.
Also, please post any errors that you have.
Code: Select all
/etc/snmp/snmptrapd.confCode: Select all
forward default 192.168.4.34:162Code: Select all
service snmptrapd restartAlso, please post any errors that you have.
Re: Need some assistance with SNMP Trapping
I must be doing something wrong here...ssax wrote:What you can do is point your traps to your remote device that will send the traps to XI.
Add this to the bottom:Code: Select all
/etc/snmp/snmptrapd.conf
Restart snmptrapd:Code: Select all
forward default 192.168.4.34:162
And it will forward the traps to your XI server.Code: Select all
service snmptrapd restart
Also, please post any errors that you have.
On Debian, I did 'apt-get install snmpd'. Modified snmptrapd.conf as you mentioned. did '/etc/init.d/snmpd restart'.
This is the nice big output from /var/log/syslog
Code: Select all
ov 13 17:32:06 raspberrypi snmptt-sys[114]: SNMPTT v1.3 shutdown
Nov 13 17:32:06 raspberrypi snmptt-sys[114]: Total traps received=0,Total traps translated=0,Total traps ignored=0,Total unknown traps=0
Nov 13 17:32:08 raspberrypi snmpd[17729]: Received TERM or STOP signal... shutting down...
Nov 13 17:32:27 raspberrypi /USR/SBIN/CRON[19542]: (nagios) MAIL (mailed 1 byte of output; but got status 0x00ff, #012)
Nov 13 17:32:45 raspberrypi snmpd[20074]: could not open /proc/net/if_inet6
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: prNames
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: prNames
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: prErrMessage
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: prErrMessage
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: prErrorFlag
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: memErrorName
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: memErrorName
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: memSwapErrorMsg
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: memSwapErrorMsg
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: memSwapError
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: extNames
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: extNames
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: extOutput
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: extOutput
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: extResult
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: dskPath
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: dskPath
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: dskErrorMsg
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: dskErrorMsg
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: dskErrorFlag
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: laNames
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: laNames
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: laErrMessage
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: laErrMessage
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: laErrorFlag
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: fileName
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: fileName
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: fileErrorMsg
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: fileErrorMsg
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: fileErrorFlag
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: payload OID: snmperrErrMessage
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Unknown payload OID: snmperrErrMessage
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: trigger OID: snmperrErrorFlag
Nov 13 17:32:45 raspberrypi snmpd[20074]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:32:45 raspberrypi snmpd[20074]: Turning on AgentX master support.
Nov 13 17:32:45 raspberrypi snmpd[20074]: net-snmp: 33 error(s) in config file(s)
Nov 13 17:32:45 raspberrypi snmpd[20074]: NET-SNMP version 5.4.3
Nov 13 17:33:01 raspberrypi /USR/SBIN/CRON[20082]: (root) CMD (/usr/local/nrdp/clients/nrds/nrds.pl -H 'Community Living Lakeshore - RaspberryPi' 2>&1)
Nov 13 17:33:01 raspberrypi /USR/SBIN/CRON[20081]: (nagios) CMD (/usr/local/nrdp/clients/nrds/nrds.pl -H 'Community Living Lakeshore - RaspberryPi' 2>&1)
Nov 13 17:33:02 raspberrypi /USR/SBIN/CRON[19543]: (root) MAIL (mailed 1 byte of output; but got status 0x00ff, #012)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: MIB search path: /root/.snmp/mibs:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 10 in /usr/share/mibs/netsnmp/UCD-DLMOD-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-SMI): At line 34 in /usr/share/mibs/netsnmp/UCD-SNMP-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 37 in /usr/share/mibs/netsnmp/UCD-SNMP-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'enterprises' in module #-1 (/usr/share/mibs/netsnmp/UCD-SNMP-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/UCD-SNMP-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'TruthValue' in module #-1 (/usr/share/mibs/netsnmp/UCD-SNMP-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in UCD-SNMP-MIB: ucdavis ::= { enterprises 2021 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: enterprises near line 39 of /usr/share/mibs/netsnmp/UCD-SNMP-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/UCD-DLMOD-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'ucdExperimental' in module UCD-SNMP-MIB (/usr/share/mibs/netsnmp/UCD-DLMOD-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in UCD-DLMOD-MIB: ucdDlmodMIB ::= { ucdExperimental 14 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: ucdExperimental near line 13 of /usr/share/mibs/netsnmp/UCD-DLMOD-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 15 in /usr/share/mibs/netsnmp/UCD-DISKIO-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/UCD-DISKIO-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'ucdExperimental' in module UCD-SNMP-MIB (/usr/share/mibs/netsnmp/UCD-DISKIO-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in UCD-DISKIO-MIB: ucdDiskIOMIB ::= { ucdExperimental 15 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: ucdExperimental near line 19 of /usr/share/mibs/netsnmp/UCD-DISKIO-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 15 in /usr/share/mibs/netsnmp/LM-SENSORS-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/LM-SENSORS-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'ucdExperimental' in module UCD-SNMP-MIB (/usr/share/mibs/netsnmp/LM-SENSORS-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in LM-SENSORS-MIB: lmSensors ::= { ucdExperimental 16 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: ucdExperimental near line 32 of /usr/share/mibs/netsnmp/LM-SENSORS-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IP-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IF-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (TCP-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (UDP-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-SMI): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'ucdavis' in module UCD-SNMP-MIB (/usr/share/mibs/netsnmp/UCD-DEMO-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in UCD-DEMO-MIB: ucdDemoMIB ::= { ucdavis 14 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: ucdavis near line 7 of /usr/share/mibs/netsnmp/UCD-DEMO-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-FRAMEWORK-MIB): At line 9 in /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-SMI): At line 8 in /usr/share/mibs/netsnmp/NET-SNMP-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'enterprises' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-MIB: netSnmp ::= { enterprises 8072 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: enterprises near line 10 of /usr/share/mibs/netsnmp/NET-SNMP-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 21 in /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'SnmpAdminString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpObjects' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpModuleIDs' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpNotifications' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpGroups' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'RowStatus' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'TruthValue' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsAgentNotifyGroup ::= { netSnmpGroups 9 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpGroups near line 545 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsTransactionGroup ::= { netSnmpGroups 8 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpGroups near line 536 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsConfigGroups ::= { netSnmpGroups 7 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpGroups near line 515 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsCacheGroup ::= { netSnmpGroups 4 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpGroups near line 505 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsModuleGroup ::= { netSnmpGroups 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpGroups near line 495 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: netSnmpAgentMIB ::= { netSnmpModuleIDs 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpModuleIDs near line 24 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsTransactions ::= { netSnmpObjects 8 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 55 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsConfiguration ::= { netSnmpObjects 7 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 54 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsErrorHistory ::= { netSnmpObjects 6 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 53 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsCache ::= { netSnmpObjects 5 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 52 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsDLMod ::= { netSnmpObjects 4 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 51 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsExtensions ::= { netSnmpObjects 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 50 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsMibRegistry ::= { netSnmpObjects 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 49 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsVersion ::= { netSnmpObjects 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 48 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsNotifyRestart ::= { netSnmpNotifications 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpNotifications near line 482 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsNotifyShutdown ::= { netSnmpNotifications 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpNotifications near line 476 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-AGENT-MIB: nsNotifyStart ::= { netSnmpNotifications 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpNotifications near line 470 of /usr/share/mibs/netsnmp/NET-SNMP-AGENT-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IPV6-ICMP-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IPV6-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IPV6-TCP-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IPV6-UDP-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (IP-FORWARD-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-FRAMEWORK-MIB): At line 10 in /usr/share/mibs/netsnmp/NET-SNMP-PASS-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-FRAMEWORK-MIB): At line 10 in /usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 12 in /usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (INET-ADDRESS-MIB): At line 13 in /usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'SnmpAdminString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmp' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'RowStatus' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'StorageType' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'InetAddressType' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'InetAddress' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-EXAMPLES-MIB: netSnmpExamples ::= { netSnmp 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmp near line 16 of /usr/share/mibs/netsnmp/NET-SNMP-EXAMPLES-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'SnmpAdminString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-PASS-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpExamples' in module NET-SNMP-EXAMPLES-MIB (/usr/share/mibs/netsnmp/NET-SNMP-PASS-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-PASS-MIB: netSnmpPassExamples ::= { netSnmpExamples 255 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpExamples near line 14 of /usr/share/mibs/netsnmp/NET-SNMP-PASS-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 16 in /usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'nsExtensions' in module NET-SNMP-AGENT-MIB (/usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'RowStatus' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'StorageType' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-EXTEND-MIB: nsExtendGroups ::= { nsExtensions 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: nsExtensions near line 39 of /usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-EXTEND-MIB: nsExtendObjects ::= { nsExtensions 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: nsExtensions near line 38 of /usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-EXTEND-MIB: netSnmpExtendMIB ::= { nsExtensions 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: nsExtensions near line 19 of /usr/share/mibs/netsnmp/NET-SNMP-EXTEND-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TM): At line 0 in (none)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-FRAMEWORK-MIB): At line 9 in /usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 16 in /usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot find module (SNMPv2-TC): At line 25 in /usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'SnmpAdminString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpObjects' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'netSnmpGroups' in module NET-SNMP-MIB (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'vacmGroupName' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'vacmAccessContextPrefix' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'vacmAccessSecurityModel' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'vacmAccessSecurityLevel' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'DisplayString' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'RowStatus' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Did not find 'StorageType' in module #-1 (/usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB)
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Unlinked OID in NET-SNMP-VACM-MIB: netSnmpVacmMIB ::= { netSnmpObjects 9 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Undefined identifier: netSnmpObjects near line 28 of /usr/share/mibs/netsnmp/NET-SNMP-VACM-MIB
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchRegExCompilation ::= { logMatchEntry 101 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchErrorFlag ::= { logMatchEntry 100 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchCycle ::= { logMatchEntry 11 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchCount ::= { logMatchEntry 10 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchCounter ::= { logMatchEntry 9 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchCurrentCount ::= { logMatchEntry 8 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchCurrentCounter ::= { logMatchEntry 7 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchGlobalCount ::= { logMatchEntry 6 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchGlobalCounter ::= { logMatchEntry 5 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchRegEx ::= { logMatchEntry 4 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchFilename ::= { logMatchEntry 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchName ::= { logMatchEntry 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: logMatchIndex ::= { logMatchEntry 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-VACM-MIB: nsVacmAccessEntry ::= { nsVacmAccessTable 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extErrFixCmd ::= { extEntry 103 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extErrFix ::= { extEntry 102 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extOutput ::= { extEntry 101 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extResult ::= { extEntry 100 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extCommand ::= { extEntry 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extNames ::= { extEntry 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: extIndex ::= { extEntry 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-DEMO-MIB: ucdDemoPublic ::= { ucdDemoMIBObjects 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-DLMOD-MIB: dlmodTable ::= { ucdDlmodMIB 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-DLMOD-MIB: dlmodNextIndex ::= { ucdDlmodMIB 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-EXAMPLES-MIB: netSnmpExamples ::= { netSnmp 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-MIB: netSnmpConformance ::= { netSnmp 5 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-MIB: netSnmpNotificationPrefix ::= { netSnmp 4 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-MIB: netSnmpExperimental ::= { netSnmp 9999 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-MIB: netSnmpEnumerations ::= { netSnmp 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-MIB: netSnmpObjects ::= { netSnmp 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionDoDebugging ::= { version 20 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionSavePersistentData ::= { version 13 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionRestartAgent ::= { version 12 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionUpdateConfig ::= { version 11 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionClearCache ::= { version 10 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionConfigureOptions ::= { version 6 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionIdent ::= { version 5 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionCDate ::= { version 4 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionDate ::= { version 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionTag ::= { version 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: versionIndex ::= { version 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-EXAMPLES-MIB: netSnmpExampleHeartbeatNotification ::= { netSnmpExampleNotificationPrefix 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheStatus ::= { nsCacheEntry 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheTimeout ::= { nsCacheEntry 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCachedOID ::= { nsCacheEntry 1 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: unknown ::= { ucdSnmpAgent 255 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: hpux11 ::= { ucdSnmpAgent 14 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: win32 ::= { ucdSnmpAgent 13 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: openbsd ::= { ucdSnmpAgent 12 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: bsdi ::= { ucdSnmpAgent 11 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: linux ::= { ucdSnmpAgent 10 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: irix ::= { ucdSnmpAgent 9 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: freebsd ::= { ucdSnmpAgent 8 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: netbsd1 ::= { ucdSnmpAgent 7 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: hpux10 ::= { ucdSnmpAgent 6 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: ultrix ::= { ucdSnmpAgent 5 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: osf ::= { ucdSnmpAgent 4 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: solaris ::= { ucdSnmpAgent 3 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: sunos4 ::= { ucdSnmpAgent 2 }
Nov 13 17:33:11 raspberrypi snmptrapd[20135]: Cannot adopt OID in UCD-SNMP-MIB: hpux9 ::= { ucdSnmpAgent 1 }
Nov 13 17:33:11 raspberrypi rsyslogd-2177: imuxsock begins to drop messages from pid 20135 due to rate-limiting
Nov 13 17:33:11 raspberrypi snmptrapd[20136]: NET-SNMP version 5.4.3
Nov 13 17:33:17 raspberrypi /USR/SBIN/CRON[20079]: (nagios) MAIL (mailed 1 byte of output; but got status 0x00ff, #012)
Nov 13 17:33:27 raspberrypi /USR/SBIN/CRON[20080]: (root) MAIL (mailed 1 byte of output; but got status 0x00ff, #012)
Nov 13 17:33:45 raspberrypi snmpd[20074]: cannot open /proc/net/snmp6 ...
Nov 13 17:33:50 raspberrypi snmpd[20074]: Received TERM or STOP signal... shutting down...
Nov 13 17:33:50 raspberrypi snmptrapd[20136]: No access configuration - dropping trap.
Nov 13 17:33:50 raspberrypi snmptrapd[20136]: 2015-11-13 17:33:50 NET-SNMP version 5.4.3 Stopped.
Nov 13 17:33:50 raspberrypi snmptrapd[20136]: Stopping snmptrapd
Nov 13 17:33:52 raspberrypi snmpd[20202]: could not open /proc/net/if_inet6
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: prNames
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: prNames
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: prErrMessage
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: prErrMessage
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: prErrorFlag
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: memErrorName
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: memErrorName
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: memSwapErrorMsg
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: memSwapErrorMsg
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: memSwapError
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: extNames
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: extNames
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: extOutput
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: extOutput
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: extResult
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: dskPath
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: dskPath
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: dskErrorMsg
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: dskErrorMsg
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: dskErrorFlag
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: laNames
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: laNames
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: laErrMessage
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: laErrMessage
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: laErrorFlag
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: fileName
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: fileName
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: fileErrorMsg
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: fileErrorMsg
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: fileErrorFlag
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: payload OID: snmperrErrMessage
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Unknown payload OID: snmperrErrMessage
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: Unknown payload OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: trigger OID: snmperrErrorFlag
Nov 13 17:33:52 raspberrypi snmpd[20202]: /etc/snmp/snmpd.conf: line 143: Error: unknown monitor OID
Nov 13 17:33:52 raspberrypi snmpd[20202]: Turning on AgentX master support.
Nov 13 17:33:52 raspberrypi snmpd[20202]: net-snmp: 33 error(s) in config file(s)
Nov 13 17:33:52 raspberrypi snmpd[20202]: NET-SNMP version 5.4.3
Re: Need some assistance with SNMP Trapping
Your command only restarted the snmpd daemon, run this to restart the snmptrapd daemon.
Let us know if the traps start to forward to your XI server.
The errors kind of points to a missing MIB file, can you check and see if this MIB file is installed?
Code: Select all
/etc/init.d/snmptrapd restartThe errors kind of points to a missing MIB file, can you check and see if this MIB file is installed?
Code: Select all
/usr/share/snmp/mibs/UCD-SNMP-MIB.txtBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Need some assistance with SNMP Trapping
/etc/init.d/snmptrapd restart doesn't work --tgriep wrote:Your command only restarted the snmpd daemon, run this to restart the snmptrapd daemon.Let us know if the traps start to forward to your XI server.Code: Select all
/etc/init.d/snmptrapd restart
The errors kind of points to a missing MIB file, can you check and see if this MIB file is installed?Code: Select all
/usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Code: Select all
root@raspberrypi:/home/pi# /etc/init.d/snmptrapd restart
bash: /etc/init.d/snmptrapd: No such file or directory
root@raspberrypi:/home/pi#
Code: Select all
root@raspberrypi:/home/pi# whereis snmptrapd
snmptrapd: /usr/sbin/snmptrapd /usr/share/man/man8/snmptrapd.8.gz
Re: Need some assistance with SNMP Trapping
Ah, so something changed in a newer release of snmpd. Had to edit /etc/default/snmpd to allow snmptrapd to be run separately.
So now when a trap is sent to my debian device, I see this in /var/log/syslog
So now when a trap is sent to my debian device, I see this in /var/log/syslog
Code: Select all
Nov 13 20:32:42 raspberrypi snmptrapd[2803]: No access configuration - dropping trap.
Nov 13 20:32:53 raspberrypi snmptrapd[2803]: No access configuration - dropping trap.
Re: Need some assistance with SNMP Trapping
Oooooookay, getting closer.
Had to add
To snmptrapd.conf
So, I'm getting the traps to hit the local machine now, but they're not showing up in any of the logs on the XI server, or in unconfigured objects.
Had to add
Code: Select all
disableAuthorization yes
Code: Select all
Nov 13 20:46:01 raspberrypi /USR/SBIN/CRON[4378]: (nagios) CMD (/usr/local/nrdp/clients/nrds/nrds.pl -H 'Community Living Lakeshore - RaspberryPi' 2>&1)
Nov 13 20:46:01 raspberrypi /USR/SBIN/CRON[4379]: (root) CMD (/usr/local/nrdp/clients/nrds/nrds.pl -H 'Community Living Lakeshore - RaspberryPi' 2>&1)
Nov 13 20:46:04 raspberrypi snmptrapd[4347]: 2015-11-13 20:46:04 NASF389F8.local [192.168.1.161] (via UDP: [192.168.1.161]:52440->[192.168.1.139]) TRAP, SNMP v1, community public#012#011iso.3.6.1.4.1.24681.1.10 Enterprise Specific Trap (2) Uptime: 1 day, 2:17:32.83#012#011iso.3.6.1.4.1.24681.1.1.102.0 = STRING: "[Pool 1] Storage pool used size has hit its threshold (40%). Free size is 0 Byte. Low storage space may affect the performance of accessing files, please expand the capacity of the storage pool as soon as possible."
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Need some assistance with SNMP Trapping
Are you seeing the traps in any of the snmptt logs on the Nagios XI server?
/var/log/snmptt/snmpt*.log
/var/log/snmptt/snmpt*.log
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.