Menu

#3 Bug - LLD Discovery report error on Zabbix Server (Value should be a JSON object)

0.5
closed
None
2016-11-08
2016-10-26
No

The LLD item does not discovery if we add more than one column.

The following discovery return wrong json format.
(Oracle)
<discovery time="600" item="tablespace.discovery" names="TABLESPACE|DATABASE">SELECT 'tbs' tablespace_name, 'mydb' database_name from dual</discovery>
It shows:
{"data":[{"{#TABLESPACE}":"tbs"}{"{#DATABASE}":"mydb"}]}
The correct output is to be:
{"data":[{"{#TABLESPACE}":"tbs","{#DATABASE}":"mydb"}]}

Discussion

  • Kiu (S. Daurer)

    Kiu (S. Daurer) - 2016-11-01
    • status: open --> pending
     
  • Kiu (S. Daurer)

    Kiu (S. Daurer) - 2016-11-08
    • status: pending --> closed
     
  • Levi Pereira

    Levi Pereira - 2016-11-08

    Thank you

     

Log in to post a comment.

MongoDB Logo MongoDB