Greetings!
I have a strange issue with items.
zabbix-agent2 doesn't know about different items, so it doesn't want to check the item.
For instance, item 'net.if.in["eth0"]'
There is no 'net.if.in[eth0]' in known items:
But:
And zabbix-server logs:
zabbix_agent2 (Zabbix) 6.0.15
zabbix_server (Zabbix) 6.0.15
Revision 287da69c170 31 March 2023, compilation time: Mar 31 2023 11:54:32
Does anyone know how to find the cause and fix the problem?
I have a strange issue with items.
zabbix-agent2 doesn't know about different items, so it doesn't want to check the item.
For instance, item 'net.if.in["eth0"]'
There is no 'net.if.in[eth0]' in known items:
Code:
root@zabbix:[~] # zabbix_agent2 -p | grep net.if.in net.if.in[lo,bytes] [s|153864064] root@zabbix:[~] #
But:
Code:
root@zabbix:[~] # zabbix_agent2 -t net.if.in["eth0"] net.if.in[eth0] [s|15373054196] root@zabbix:[~] #
And zabbix-server logs:
Code:
2966107:20230405:124648.985 In get_value_agent() host:'hostname' addr:'127.0.0.1' key:'net.if.in["eth0"]' conn:'unencrypted'
zabbix_server (Zabbix) 6.0.15
Revision 287da69c170 31 March 2023, compilation time: Mar 31 2023 11:54:32
Does anyone know how to find the cause and fix the problem?
Comment