Hello!
I have some discovery rules in my Zabbix, but some of then are with status "not supported" and the error info is: "Invalid discovery rule value: cannot parse as a valid JSON object: invalid JSON object value starting character at: ']}'".
This discovery rule value is something like this:
{"data":[{"{#NAME}":"XXX","{#EVENT}":"1"},
{"{#NAME}":"YYY","{#EVENT}":"1"},
{"{#NAME}":"ZZZ","{#EVENT}":"1"},]}
I've made some researches about it but I don't understand what is the problem with my scenario...
I have some discovery rules in my Zabbix, but some of then are with status "not supported" and the error info is: "Invalid discovery rule value: cannot parse as a valid JSON object: invalid JSON object value starting character at: ']}'".
This discovery rule value is something like this:
{"data":[{"{#NAME}":"XXX","{#EVENT}":"1"},
{"{#NAME}":"YYY","{#EVENT}":"1"},
{"{#NAME}":"ZZZ","{#EVENT}":"1"},]}
I've made some researches about it but I don't understand what is the problem with my scenario...
Comment