-
Type:
Problem report
-
Resolution: Won't fix
-
Priority:
Critical
-
None
-
Affects Version/s: None
-
Component/s: None
I have a script with below result :
{
"data":[
{ "{#label}":"string1" },
{ "{#label}":"string2" },
{ "{#label}":"string3" },
{ "{#label}":"string4" },
{ "{#label}":"string5" },
{ "{#label}":"string6" },
{ "{#label}":"string7" }
]
}
create a new Discovery rule with "External Script" type in zabbix but this object is "not supported" with message : "Value should be a JSON object."
what is my script problem ?