Hi Hugo,
I finished installing the Hiawatha Monitor on Hiawatha 10.3 and FreeBSD 10.2.
I have 1 FreeBSD jail used as Hiawatha reverse proxy and many other jail as classic hiawatha webserver..
I added the following line in all my hiawatha webserver, incuding the proxy and the websjail were the monitor is installed:
MonitorServer = 10.8.24.18
I also set the conjob on the webjail that has the monitor installedL
# hiawatha
*/5 * * * * /usr/local/www/production/hiawatha/monitor/database/fetch_webserver_logs
0 0 * * * /usr/local/www/production/hiawatha/monitor/database/delete_old_logs
59 23 * * * /usr/local/www/production/hiawatha/monitor/database/send_reports
I can access the web panel with no problem and I have no error message but there is no data to be shown after 24hour
Do I need to open firewall to get the monitor to work?
How are the data sent to the monitor?
I then ran crontab -e and added the follwoing:
# hiawatha
*/5 * * * * /usr/local/www/production/hiawatha/monitor/database/fetch_webserver_logs
0 0 * * * /usr/local/www/production/hiawatha/monitor/database/delete_old_logs
59 23 * * * /usr/local/www/production/hiawatha/monitor/database/send_reports