Hi,
I have a problem to see some snmp v2 data in zabbix. I created an item to poll some snmp v2 values, but these values are never listed in latest data of that host, and I have no idea why they are missing.
We use version 4.0.14 on the Zabbix Server and on the Proxy. The Server-Proxy communication works, as I receive other valid values of that proxy in the same time.
The (discovered) Item of the Host:
If I trigger this item with "check now" the SNMP poller requests that oid and receives a valid value...
Proxy Log with increased logging:
But this string never shows up in latest data of that host. Do you have any idea what might be reason or how I may debug that further?
Thank you!
Regards,
b52
I have a problem to see some snmp v2 data in zabbix. I created an item to poll some snmp v2 values, but these values are never listed in latest data of that host, and I have no idea why they are missing.
We use version 4.0.14 on the Zabbix Server and on the Proxy. The Server-Proxy communication works, as I receive other valid values of that proxy in the same time.
The (discovered) Item of the Host:
Code:
Discovered by Cisco Meraki Device
Type SNMPv2 agent
Key MerakiDeviceIndexSerial.[224.203.188.146.57.133]
Host interface XXXX : 16100
SNMP OID 1.3.6.1.4.1.29671.1.1.4.1.8.224.203.188.146.57.133
SNMP Community {$SNMP_COMMUNITY}
Port {$SNMP_PORT}
Type of information Character (or Text)
Update interval 300s
Do not keep History
Show value As is
Enabled
no Preprocessing
Proxy Log with increased logging:
Code:
2784:20191105:141900.805 SNMP [XXXXXXX@XXXXXX:16100] 2784:20191105:141900.813 End of zbx_snmp_open_session() 2784:20191105:141900.813 In zbx_snmp_process_standard() 2784:20191105:141900.813 In zbx_snmp_translate() OID:'1.3.6.1.4.1.29671.1.1.4.1.8.224.203.188.146.57.133' 2784:20191105:141900.813 End of zbx_snmp_translate() oid_translated:'1.3.6.1.4.1.29671.1.1.4.1.8.224.203.188.146.57.133' 2784:20191105:141900.813 In zbx_snmp_get_values() num:1 level:0 2784:20191105:141900.823 zbx_snmp_get_values() snmp_synch_response() status:0 s_snmp_errno:0 errstat:0 mapping_num:1 2784:20191105:141900.823 In zbx_snmp_set_result() type:4 2784:20191105:141900.823 In zbx_snmp_get_octet_string() 2784:20191105:141900.823 zbx_snmp_get_octet_string() full value:'STRING: "XXXX-XXXX-XXXX"' hint:'(null)' 2784:20191105:141900.823 End of zbx_snmp_get_octet_string():'XXXX-XXXX-XXXX' 2784:20191105:141900.823 End of zbx_snmp_set_result():SUCCEED 2784:20191105:141900.824 End of zbx_snmp_get_values():SUCCEED 2784:20191105:141900.824 End of zbx_snmp_process_standard():SUCCEED 2784:20191105:141900.824 In zbx_snmp_close_session() 2784:20191105:141900.824 End of zbx_snmp_close_session() 2784:20191105:141900.824 End of get_values_snmp() 2784:20191105:141900.824 In zbx_activate_item_host() hostid:10713 itemid:122118 type:4 2784:20191105:141900.824 End of zbx_activate_item_host() 2784:20191105:141900.824 End of get_values():1 2784:20191105:141900.824 __zbx_zbx_setproctitle() title:'poller #10 [got 1 values in 0.039356 sec, idle 1 sec]' 2775:20191105:141900.855 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000386 sec, getting values]'
Thank you!
Regards,
b52
Strange...

Comment