Hello,
I get the following error when login to Hiawatha Monitor web interface
SQL query: select h.id, sum(result_not_found) as count, h.hostname as label from host_statistics s, hostnames h, webserver_user a where s.hostname_id=h.id and s.webserver_id=a.webserver_id and a.user_id=1 and s.timestamp_begin>'2015-03-31 00:00:00' and result_not_found>0 and h.visible=1 group by hostname order by count desc
I have nothing in my mysql-error.log but I have the following in my mysql-slow.log
# User@Host: hiawatha[hiawatha] @ [192.168.1.165] Id: 173
# Query_time: 0.000659 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
SET timestamp=1427798271;
select sum(bans) as count, h.hostname as label from host_statistics s, hostnames h, webserver_user a where s.hostname_id=h.id and s.webserver_id=a.webserver_id and a.user_id=1 and s.timestamp_begin>'2015-03-31 00:00:00' and bans>0 and h.visible=1 group by hostname order by count desc;
# Time: 150331 11:38:43
Could you please advise ?
Thank you
Hiawatha version: v9.8
Operating System: FreeBSD 10