Ad Widget

Collapse

Dashboard Number of items (enabled/disabled/not supported) reporting wrong figures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheCookieMonster
    Member
    • Jul 2017
    • 48

    #1

    Dashboard Number of items (enabled/disabled/not supported) reporting wrong figures

    I am running Zabbix 4.2

    At the moment, on the dashboard I am seeing:
    Number of items (enabled/disabled/not supported)
    6533
    6347 / 186 / 0
    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.
  • TheCookieMonster
    Member
    • Jul 2017
    • 48

    #2
    Interesting, I disabled a host which had 55 items, the information displayed then changed to:
    6533 6292 / 241 / 0
    So this tells me its including hosts that are disabled, but when you hover over it, it says 'Only items assigned to enabled hosts are counted'
    So it sounds like this hover message is wrong? as it is including items for disabled hosts.
    Does anyone know?

    Comment

    Working...