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

LLD rule error tooltip displays all errors in a single line

XMLWordPrintable

      When multiple errors are encountered during LLD processing server stores them separated by LF (\n) characters:

      mysql> select key_,error from items where itemid=23672;
      +-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
      | key_            | error                                                                                                                                                |
      +-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
      | utrap.discovery | Cannot update trigger: name is empty.
      Cannot update trigger: name is empty.
      Cannot update graph: name is empty.
      Cannot update graph: name is empty.
       |
      +-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
      

      Frontend should display them in separate lines, however:

            Unassigned Unassigned
            wiper Andris Zeila
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: