I have installed both Munin and Monit on my server and both are working fine. I have put the url into the ispconfig server config and can access Monit from the link in the monitor menu but Munin just returns an empty space. What am I missing?
most likely your browser blocked the URL. This happens when the URL in a iframe is from a different vhost or port. You can circumvent that by making a symlink in the /usr/local/ispconfig/interface/web/ folder that points to your munin folder and then use an url with port 8080 to access munin.
Thanks Till. I'll give it a try but I don't understand why monit would work and munin would not in that case.
Ok, so I did: Code: cd /usr/local/ispconfig/interface/web ln -s /var/cache/munin/www/ munin then put the following URL into the server config: Code: https://my.domain.com:8080/munin and now it works like a champ! Thanks Till.