Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-1387

log[],eventlog[] is displayed in LATEST DATA, and it is not displayed.

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • 1.6.6
    • Frontend (F)
    • 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.
      ------------------------------------------------------------------------------------------------------------------------------------------------

        1. 20091130_01.png
          20091130_01.png
          34 kB
        2. 20091130_02.png
          20091130_02.png
          27 kB
        3. 20091130_03.png
          20091130_03.png
          35 kB
        4. 20091130_04.png
          20091130_04.png
          29 kB
        5. 20091130_05.png
          20091130_05.png
          35 kB
        6. 20091130_06.png
          20091130_06.png
          27 kB
        7. zabbix-1.6.6-lalatest_data.patch
          1 kB

            Unassigned Unassigned
            kaz Kazuo Ito
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: