-
Problem report
-
Resolution: Fixed
-
Major
-
3.0.13, 3.4.4, 4.0.0alpha1
-
Zabbix3.0.10
-
Sprint 20, Sprint 21
-
0.25
In the following cases the icon will not change green.
1)Register host via proxy(Status is disable).
2)Register item of "Zabbix agent" type
Monitoring is done but the icon does not change green.
Host is not available but data has been acquired.
mysql> select hostid, host, status, available, lastaccess from hosts where host = 'test'; +--------+------+--------+-----------+------------+ | hostid | host | status | available | lastaccess | +--------+------+--------+-----------+------------+ | 10114 | test | 0 | 0 | 0 | +--------+------+--------+-----------+------------+ 1 row in set (0.00 sec) mysql> select itemid, name , key_ from items where key_ = 'agent.ping' and hostid =10114; +--------+------+------------+ | itemid | name | key_ | +--------+------+------------+ | 23677 | test | agent.ping | +--------+------+------------+ 1 row in set (0.00 sec) mysql> select itemid, from_unixtime(clock), value from history_uint where itemid=23677 limit 0,1; +--------+----------------------+-------+ | itemid | from_unixtime(clock) | value | +--------+----------------------+-------+ | 23677 | 2017-11-01 16:23:53 | 1 | +--------+----------------------+-------+ 1 row in set (0.00 sec)
When you restart Zabbix proxy, the icon changes to green.