After using this document https://assets.nagios.com/downloads/nag ... 1496238764
I have determined that my sensors are dumping traps to the server but they are being logged to https://assets.nagios.com/downloads/nag ... 1496238764
Code: Select all
Mon Jul 31 11:50:45 2017: Unknown trap (.1.3.6.1.4.1.23718.3.1.0) received from 192.168.8.131 at:
Value 0: 192.168.8.131
Value 1: 192.168.8.131
Value 2: 15019
Value 3: .1.3.6.1.4.1.23718.3.1.0
Value 4: 192.168.8.131
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Mon Jul 31 12:01:45 2017: Unknown trap (.1.3.6.1.4.1.23718.3.1.0) received from 192.168.8.131 at:
Value 0: 192.168.8.131
Value 1: 192.168.8.131
Value 2: 14844
Value 3: .1.3.6.1.4.1.23718.3.1.0
Value 4: 192.168.8.131
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Mon Jul 31 12:03:09 2017: Unknown trap (.1.3.6.1.4.1.23718.3.1.0) received from 192.168.8.131 at:
Value 0: 192.168.8.131
Value 1: 192.168.8.131
Value 2: 13318
Value 3: .1.3.6.1.4.1.23718.3.1.0
Value 4: 192.168.8.131
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:I do have the esensors.mib file uploaded to nagios as well that was downloaded from esensors. Also I used the SNMP trap wizard on each of the hosts to monitor for traps.
From eSensors the OID's are as follows:
Code: Select all
1.3.6.1.4.1.23718.1 product
1.3.6.1.4.1.23718.1.1 name
1.3.6.1.4.1.23718.1.2 version
1.3.6.1.4.1.23718.1.3 date
1.3.6.1.4.1.23718.1.4 serial
1.3.6.1.4.1.23718.2.1.1.2.0 trapEnabled #1
1.3.6.1.4.1.23718.2.1.1.2.1 trapEnabled #2
1.3.6.1.4.1.23718.2.1.1.2.2 trapEnabled #3
1.3.6.1.4.1.23718.2.1.1.3.0 trapReceiverIPAddress #1
1.3.6.1.4.1.23718.2.1.1.3.1 trapReceiverIPAddress #2
1.3.6.1.4.1.23718.2.1.1.3.2 trapReceiverIPAddress #3
1.3.6.1.4.1.23718.2.1.1.4.0 trapCommunity #1
1.3.6.1.4.1.23718.2.1.1.4.1 trapCommunity #2
1.3.6.1.4.1.23718.2.1.1.4.2 trapCommunity #3
1.3.6.1.4.1.23718.3 measurements
1.3.6.1.4.1.23718.3.1 illumination
1.3.6.1.4.1.23718.3.2 humidity
1.3.6.1.4.1.23718.3.3 temperature
1.3.6.1.4.1.23718.3.4 temperature unit
1.3.6.1.4.1.23718.3.5 thermistor temperature
1.3.6.1.4.1.23718.3.6 voltage input
1.3.6.1.4.1.23718.3.7 contact closure input
1.3.6.1.4.1.23718.3.8 flood sensorAny help is appreciated. This is my first foray into SNMP. I've successfully avoided for for years but now must get this working.
Thanks for all the help.