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
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.
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 ));
ps. This quite wired why Zabbix team made such decision to show values that even don't exist.