Ad Widget

Collapse

Show only supported items - Zabbix 2.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pietro54
    Senior Member
    • Feb 2011
    • 112

    #1

    Show only supported items - Zabbix 2.4

    Hi,
    from few versions zabbix is showing all values in overview, even those not supported.

    In zabbix 2.2 we can change this by adding
    in file /var/www/html/include/triggers.inc.php
    Code:
    1203                 'sortfield' => 'description',
    1204                 [B][U]'filter' => array('state' => 0)[/U][/B]
    1205         ));
    maybe somebody knows how to do it in zabbix 2.4?

    ps. This quite wired why Zabbix team made such decision to show values that even don't exist.
Working...