I'm successful install Hiawatha Monitor on one of my VPS. I add another VPS to monitor using CMS - Webservers menu. But I had a problem, I can't delete Monitored Webservers that I add before. There is a note "Error while deleting webserver" when I try to delete Monitored Webservers.
Regards Kurnia
Hiawatha version: 9.5 Operating System: Debian 7
Hugo Leisink
26 May 2014, 07:44
Try adding the following line to the delete_item() function in models/admin/webserver.php:
array("delete from cgi_statistics where webserver_id=%d", $item_id),