Dear all,
I have a Zabbix server 3.4 and an agent on Ubuntu 14.04.2.
On the web server, my item "net.udp.listen" is "Not supported by Zabbix agent" altough it should be (cfr. the matrix on the documentation).
Anyone could help?
When i perform a local check, i get a correct response:
And here is the log on the server:
20412:20171122:195036.055 In get_values()
20412:20171122:195036.055 In DCconfig_get_poller_items() poller_type:0
20412:20171122:195036.055 End of DCconfig_get_poller_items():1
20412:20171122:195036.055 In substitute_key_macros() data:'net.udp.listen[401]'
20412:20171122:195036.055 End of substitute_key_macros():SUCCEED data:'net.udp.listen[401]'
20412:20171122:195036.055 In substitute_simple_macros() data:'10050'
20412:20171122:195036.055 In get_value() key:'net.udp.listen[401]'
20412:20171122:195036.055 In get_value_agent() host:'myhost' addr:'myhost_ip' key:'net.udp.listen[401]' conn:'unencrypted'
20412:20171122:195036.062 Sending [net.udp.listen[401]
]
20415:20171122:195036.068 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000177 sec, getting values]'
20415:20171122:195036.068 In get_values()
20415:20171122:195036.068 In DCconfig_get_poller_items() poller_type:0
20415:20171122:195036.068 End of DCconfig_get_poller_items():0
20415:20171122:195036.068 In DCconfig_get_poller_nextcheck() poller_type:0
20415:20171122:195036.068 End of DCconfig_get_poller_nextcheck():1511380250
20415:20171122:195036.068 End of get_values():0
20415:20171122:195036.068 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000199 sec, idle 5 sec]'
20412:20171122:195036.070 get value from agent result: 'ZBX_NOTSUPPORTED'
20412:20171122:195036.070 End of get_value_agent():NOTSUPPORTED
20412:20171122:195036.070 Item [myhost:net.udp.listen[401]] error: Not supported by Zabbix Agent
20412:20171122:195036.070 End of get_value():NOTSUPPORTED
I have a Zabbix server 3.4 and an agent on Ubuntu 14.04.2.
On the web server, my item "net.udp.listen" is "Not supported by Zabbix agent" altough it should be (cfr. the matrix on the documentation).
Anyone could help?
When i perform a local check, i get a correct response:
Code:
# /usr/sbin/zabbix_agentd -t 'net.udp.listen[401]' net.udp.listen[401] [u|1]]
20412:20171122:195036.055 In get_values()
20412:20171122:195036.055 In DCconfig_get_poller_items() poller_type:0
20412:20171122:195036.055 End of DCconfig_get_poller_items():1
20412:20171122:195036.055 In substitute_key_macros() data:'net.udp.listen[401]'
20412:20171122:195036.055 End of substitute_key_macros():SUCCEED data:'net.udp.listen[401]'
20412:20171122:195036.055 In substitute_simple_macros() data:'10050'
20412:20171122:195036.055 In get_value() key:'net.udp.listen[401]'
20412:20171122:195036.055 In get_value_agent() host:'myhost' addr:'myhost_ip' key:'net.udp.listen[401]' conn:'unencrypted'
20412:20171122:195036.062 Sending [net.udp.listen[401]
]
20415:20171122:195036.068 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000177 sec, getting values]'
20415:20171122:195036.068 In get_values()
20415:20171122:195036.068 In DCconfig_get_poller_items() poller_type:0
20415:20171122:195036.068 End of DCconfig_get_poller_items():0
20415:20171122:195036.068 In DCconfig_get_poller_nextcheck() poller_type:0
20415:20171122:195036.068 End of DCconfig_get_poller_nextcheck():1511380250
20415:20171122:195036.068 End of get_values():0
20415:20171122:195036.068 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000199 sec, idle 5 sec]'
20412:20171122:195036.070 get value from agent result: 'ZBX_NOTSUPPORTED'
20412:20171122:195036.070 End of get_value_agent():NOTSUPPORTED
20412:20171122:195036.070 Item [myhost:net.udp.listen[401]] error: Not supported by Zabbix Agent
20412:20171122:195036.070 End of get_value():NOTSUPPORTED

Comment