-
Incident report
-
Resolution: Fixed
-
Minor
-
3.0.5
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: