Hi all,
I have written a Java program to create items and graphs via the Zabbix API. The program reads the JSON string from pre defined templates and send the string to the Zabbix server.
Every thing works fine, the items are created, and data is plotted in graphs. ...