Munin & Monit Urls not Working Inside ISPC

Discussion in 'ISPConfig 3 Priority Support' started by yupthatguy, Oct 9, 2021.

Tags:
  1. yupthatguy

    yupthatguy Member

    I have Munin & Monit working perfectly and I can reach their web guis without problem

    tester1.example.com:2812/
    tester1.example.com/munin

    I have tried explicit urls and the placeholder servername and confirmed user/pwd

    However, whenever I visit Monitor -> Munin or Monit... all i get is an error stating Page Not Found
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    I don't use munin anymore so I won't touch on that, but I always use monit and it works fine in ISPConfig config.

    You most probably need to adjust monitrc file accordingly and old my post may have some solution if you compare it with yours.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    And the URLs that you entered for both services were really correct, which means you entered them starting with https:// (or http:// depending on your setup)?
     
  4. yupthatguy

    yupthatguy Member

    I couldn't find an input example in the manual, so I went trough and all the variations I could think of:
    https:
    http:
    tld.com

    The tricky part is that I am on my test machine now.. and tester1.example.com doesn't have ssl, whereas tester1.example.com:8080/index.php does have ssl, and only on my test machine did I disable ssl in monit
    Code:
    set httpd port 2812 and
     #SSL ENABLE
     #PEMFILE /var/certs/monit.pem
    
     
  5. yupthatguy

    yupthatguy Member

    I haven't had chance to try @ahrasis suggestion yet
     
  6. yupthatguy

    yupthatguy Member

    Just an FYI... I know that you guys don't support softaculous (I feel dirty for installing proprietary software), but I went through all of their installation instructions & troubleshooting and got nothing but a white page same as munin and monit... I already opened a ticket with them... who knows if they will ever answer it.o_O
     
  7. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    The key in my working monit view in ISPConfig is one need to allow the web site to be opened by another which is in this case the ISPConfig control panel.
     

Share This Page