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

wrong trigger link in map

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • None
    • 1.8.13
    • Frontend (F)
    • None
    • Centos 6.2/x86-64

      User (well, really boss ) contacted me about problem with map creation, I'll upload screenshots.

      Real problem is that map contained link to trigger which doesn't exist.
      So this solved problem:

      mysql> select * from sysmaps_link_triggers where triggerid=25499;
      --------------------------------------------

      linktriggerid linkid triggerid drawtype color

      --------------------------------------------

      2053 382 25499 0 DD0000

      --------------------------------------------
      1 row in set (0.00 sec)

      mysql> delete from sysmaps_link_triggers where triggerid=25499;
      Query OK, 1 row affected (0.00 sec)

      Question is why link was not removed on trigger deletion?

            Unassigned Unassigned
            sles sles
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: