Zabbix REST API, zabbix as a service
REST service to the zabbix API, it will:
- create a host
- create a hostgroup
- bind the provided template to the server + hostgroup
curl -X PUT -F 'template=check-status' -F 'group=new-host-group' http://server/bind/your-hostname-1.intra"