If somebody could point me in the right direction, that'd be great 
Situation: My place of business has ~ 600 servers being monitored by Zabbix. Of those, about 450 are Linux, the remainder Windows. The servers were imported via Zabbix's Bulk Loader.
Problem: Manually updating Zabbix via browser is cumbersome, monotonous and not at all efficient.
Desired Solution: Have our proprietary provisioning system update Zabbix's database in a variety of ways:
a) if server deleted, remove from zabbix
b) if server set "active", set "active" in zabbix
c) if server set "disconnected", set "not monitored" in zabbix
d) ... i think you get the point.
Aside from the bulk loader, has anybody accomplished this using PHP/MySQL?

Situation: My place of business has ~ 600 servers being monitored by Zabbix. Of those, about 450 are Linux, the remainder Windows. The servers were imported via Zabbix's Bulk Loader.
Problem: Manually updating Zabbix via browser is cumbersome, monotonous and not at all efficient.
Desired Solution: Have our proprietary provisioning system update Zabbix's database in a variety of ways:
a) if server deleted, remove from zabbix
b) if server set "active", set "active" in zabbix
c) if server set "disconnected", set "not monitored" in zabbix
d) ... i think you get the point.
Aside from the bulk loader, has anybody accomplished this using PHP/MySQL?