[[munin]]
 

Munin

Munin permet de faire de la surveillance du réseau debux.org. Le tableau de bord est disponnible à l'adresse suivante http://munin.debux.org.

Installation

Pour les noeuds

apt-get install munin-node
  • Configuration se trouve dans /etc/munin/munin-node.conf :
port 4949
host *
allow ^127\.0\.0\.1$

Pour le serveur principal

apt-get install munin-node
  • Configuration se trouve dans /etc/munin/munin.conf :

[server.debux.org]

  address 127.0.0.1
  port 4949
  use_node_name yes
[debux.org;]
  node_order server.debux.org test.debux.org

Plugins

Appache

  • Intaller :
apt-get install libwww-perl
  • Modifier la configuration appache :
<Location /server-status>
  SetHandler server-status
  Order deny,allow
  Deny from all
  Allow from 127.0.0.1
</Location>
ExtendedStatus On
  • Ajouter le plugin :
ln -s /usr/share/munin/plugins/apache_accesses /etc/munin/plugins/
ln -s /usr/share/munin/plugins/apache_processes /etc/munin/plugins/
ln -s /usr/share/munin/plugins/apache_volume /etc/munin/plugins/
  • Relancer :
a2enmod info
/etc/init.d/apache2 force-reload
/etc/init.d/munin-node restart
 
munin.txt · Dernière modification: 2007/11/11 14:26 par julien
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki