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:

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

              Created:
              Updated:
              Resolved: