I have an install of zabbix 1.8.1
The problem is Im trying to delete some things and Zabbix doesnt seem to be doing anything about it except spinning its wheels
Im currently trying to delete about 50 hosts with 996 items each attached to them through templates. When I hit the "Delete Selected" the web server just sits there and spins (with barely any resource utilization as well) - And then eventually times out.
I would chalk this up to PHP except that when I watch the database I dont see any relevant DELETE queries that match the queries specified in function delete_host from include/hosts.inc.php. So Zabbix is stuck doing something else.
** On another note: clear and unlinking the template did not remove items from hosts and instead orphanned them all
The problem is Im trying to delete some things and Zabbix doesnt seem to be doing anything about it except spinning its wheels
Im currently trying to delete about 50 hosts with 996 items each attached to them through templates. When I hit the "Delete Selected" the web server just sits there and spins (with barely any resource utilization as well) - And then eventually times out.
I would chalk this up to PHP except that when I watch the database I dont see any relevant DELETE queries that match the queries specified in function delete_host from include/hosts.inc.php. So Zabbix is stuck doing something else.
** On another note: clear and unlinking the template did not remove items from hosts and instead orphanned them all
Comment