Munin link not working

Discussion in 'Installation/Configuration' started by mattltm, Feb 18, 2015.

  1. mattltm

    mattltm Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. mattltm

    mattltm Member

    Thanks Till. I'll give it a try but I don't understand why monit would work and munin would not in that case.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess monit uses https while you load the munin url from http?
     
  5. mattltm

    mattltm Member

    Correct Till. I'll give it a try and post back...
     
  6. mattltm

    mattltm Member

    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.
     

Share This Page