I am still struggling somewhat with the unknown scenario.
I have a screen with lots of hosts, and unfortunately i have unknown against many of the hosts. I believe they exist for two reasons
1) Maybe the next request for data is a long way off (The zabbix agent having just been restarted)
2) This I cannot understand
So for my problems
1) How do I identify the unknown items
SELECT DISTINCT h.host,h.ip,i.key_ FROM items i, hosts h WHERE i.hostid=h.hostid AND h.status=0 AND i.status=3; (Is the wholly valid, are there other criteria)
On Configuration I notice no NOT Supported items, and all triggers are disabled against disabled items.
Once identified how can they be fixed?
I have a screen with lots of hosts, and unfortunately i have unknown against many of the hosts. I believe they exist for two reasons
1) Maybe the next request for data is a long way off (The zabbix agent having just been restarted)
2) This I cannot understand
So for my problems
1) How do I identify the unknown items
SELECT DISTINCT h.host,h.ip,i.key_ FROM items i, hosts h WHERE i.hostid=h.hostid AND h.status=0 AND i.status=3; (Is the wholly valid, are there other criteria)
On Configuration I notice no NOT Supported items, and all triggers are disabled against disabled items.
Once identified how can they be fixed?