He’re a simple howto post to configure a new ubuntu server as a munin node to monitor its system informations :
- Install Munin-node
- Configure the node
- Configure the master
sudo apt-get update
sudo apt-get install munin-node
sudo vi /etc/munin/munin-node.conf
Set at least the allowed server to contact the node (the munin server)
allow ^192\.168\.1\.150$
or the entire network
cidr_allow 192.168.1.0/24
and finally restart service
sudo service munin-node restart
sudo vi /etc/munin/munin.conf
add this sample lines
[mynode.network.local]
address mynode.network.local
use_node_name yes