Hello everyone
I'm trying to setup LLD, and when I use Zabbix_get to test, I get correct response, however looking at the UI I'm seeing "Value should be a JSON object". Please find the attached screenshot.
Any idea whats causing this?
Thank you
I'm trying to setup LLD, and when I use Zabbix_get to test, I get correct response, however looking at the UI I'm seeing "Value should be a JSON object". Please find the attached screenshot.
Code:
# /usr/bin/zabbix_get -s ./zabbix_get -s 192.168.x.x -p 10050 -k "custom.amq.queue.discovery"
Code:
{
"data":[
{
"{#AMQQ}":"DLQ_CPP_LTEST"},
{
"{#AMQQ}":"PCA"},
{
"{#AMQQ}":"LTEST_H"},
{
"{#AMQQ}":"ActiveMQ.DLQ"},
{
"{#AMQQ}":"CMS"},
{
"{#AMQQ}":"CPP_NM"},
{
"{#AMQQ}":"DLQ_CDR"},
"{#AMQQ}":"CMD_CMS"},
{
"{#AMQQ}":"CDR_FILTERED"},]}
Thank you
Comment