INSTALL MUNIN NODE ON UBUNTU

Make sure your system is up-to-date

apt-get -y update && apt-get -y upgrade

Install Munin Node

apt-get -y install munin munin-node munin-plugins-extra

Edit the munin-node config file

nano /etc/munin/munin-node.conf

Restart Apache and Munin to start

service apache2 restart
service munin-node restart

Auto-Suggest Munin Plug-ins to suit your machine

munin-node-configure –suggest


or to Install Munin Server

apt-get install munin munin-node munin-plugins-extra

Edit the Munin Server config file

nano /etc/munin/munin.conf