Closed yikiksistemci closed 4 years ago
Hi, i using your template, but i have a problem. Zabbix was giving error "Value should be a JSON object." i fixed problem.
But, i don't commit project.
echo -n '{"data":[';for s in ${service_list}; do echo -n "{\"{#SERVICE}\":\"$s\"},";done | sed -e 's:\},$:\}:';echo -n ']}'
Thank you for the update.
Hi, i using your template, but i have a problem. Zabbix was giving error "Value should be a JSON object." i fixed problem.