Configure Munin Node

To install munin node on Ubuntu/Debian, run apt install -y munin-node To configure, edit file vi /etc/munin/munin-node.conf Find allow ^127\.0\.0\.1$ Below this line, you need to add IP of your Munin Master. You need to convert IP to regular expression format before adding. For example, if your IP is 88.212.32.35, you need to add allow … Read more