Configurer Munin Node sur Ubuntu

He’re a simple howto post to configure a new ubuntu server as a munin node to monitor its system informations :

  1. Install Munin-node
  2. sudo apt-get update
    sudo apt-get install munin-node

  3. Configure the node
  4. 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

  5. Configure the master
  6. sudo vi /etc/munin/munin.conf
    add this sample lines
    [mynode.network.local] address mynode.network.local
    use_node_name yes

About Wicem

Check Also

Configurer Jenkins pour PHP

Here a summary of steps and instructions for preparing a continuous integration platform for PHP …

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *