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

Agent icon does not become green due to monitoring via proxy.

XMLWordPrintable

    • Team A
    • 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

      3)Change host as enable.


      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.

        1. Host.png
          Host.png
          28 kB
        2. Host2.png
          Host2.png
          15 kB
        3. Item.png
          Item.png
          18 kB
        4. Latest_data.png
          Latest_data.png
          10 kB

            vso Vladislavs Sokurenko
            kazuo.ito Kazuo Ito
            Team A
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: