Is there Munin installation for Nginx web server?

Discussion in 'Installation/Configuration' started by concept21, Sep 17, 2023.

  1. concept21

    concept21 Active Member

  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    I used to have it installed back in 2016 but no more as I do not comprehend its benefits like I did with monit.

    You can read and follow the instructions here:
    Installation:
    https://guide.munin-monitoring.org/en/stable-2.0/installation/install.html
    Configuration:
    https://guide.munin-monitoring.org/en/stable-2.0/example/webserver/nginx.html

    Your extra guide to make it ISPConfig friendly is PMA and RC default config in apps.vhost and its master file in conf folder. You need to copy the master file to conf-custom before editing in the latter so it will be update proof.

    The same concept / method I used to implement elfinder as my ISPConfig file manager. Read here: https://forum.howtoforge.com/thread...-update-tool-for-ispconfig.91151/#post-449566
     
    concept21 likes this.
  3. concept21

    concept21 Active Member

    I see.
    There are Munin Master and Munin nodes. It is similar to Nagios master and Nagios nodes.
    One needs a separate server to act as Master. :rolleyes:
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No. You can have multiple servers but you don't have to. See the guide you posted a link to in your first post, it shows you how to install munin on a single server. The only difference for Nginx is that you must make munin accessible differently, and one option for that is to extend the ISPConfig apps vhost as @ahrasis pointed out. A symlink like:

    ln -s /var/cache/munin/www /var/www/apps

    might be enough, or alter the apps vhost config file.
     
    Last edited: Sep 17, 2023
    ahrasis and concept21 like this.

Share This Page