-
Incident report
-
Resolution: Fixed
-
Trivial
-
None
-
1.6.6
-
ZABBIX Server : DELL PowerEdge T100 / CentOS5.3 / ZABBIX 1.6.6
ZABBIX agent :DELL OPTIPLEX 745 / Windows XP / ZABBIX 1.6.6
log[],eventlog[] is displayed in LATEST DATA, and it is not displayed.
1)register item only log[] with a monitoring host.
2)LATEST DATA don't displayed register item.
3)register other item.(type is "ZABBIX agent" or "Simple check")
4)LATEST DATA displayed register all item.
5)disable(delet) item which registerd in Number 3.
6)LATEST DATA don't displayed register item.
drop-down host is displayed "a host having an item having a history".
70 line of latest.php
------------------------------------------------------------------------------------------------------------------------------------------------
$options = array('allow_all_hosts','monitored_hosts','with_historical_items');
------------------------------------------------------------------------------------------------------------------------------------------------
However, an item displayed by LATEST DATA is "Enabled" items which there is to a host narrowed down with "a host having an item having a history".
P.S.
What is the meaning that judgments of "i.status" are different?
240 line of latest.php
------------------------------------------------------------------------------------------------------------------------------------------------
' AND (i.status='.ITEM_STATUS_ACTIVE. ' OR i.status='.ITEM_STATUS_NOTSUPPORTED.')'.
------------------------------------------------------------------------------------------------------------------------------------------------
366 line of latest.php
------------------------------------------------------------------------------------------------------------------------------------------------
' AND i.status='.ITEM_STATUS_ACTIVE.
------------------------------------------------------------------------------------------------------------------------------------------------