I am running Zabbix 4.2
At the moment, on the dashboard I am seeing:
Number of items (enabled/disabled/not supported)
My understanding of this, is that for the hosts that are enabled, 186 items are disabled.
However I have checked this and cannot find a single host item that is disabled.
So I decided to try and look for the information in the database via sql, does anyone know the query that is being ran to display this?
I tried: Select itemid, name, hostid, status from items where status != 0
But this didnt return anything, im assuming that status = 0 is a normal enabled item without any problems.
At the moment, on the dashboard I am seeing:
Number of items (enabled/disabled/not supported)
| 6533 |
|
However I have checked this and cannot find a single host item that is disabled.
So I decided to try and look for the information in the database via sql, does anyone know the query that is being ran to display this?
I tried: Select itemid, name, hostid, status from items where status != 0
But this didnt return anything, im assuming that status = 0 is a normal enabled item without any problems.
Comment