Outils pour utilisateurs

Outils du site


serveur_munin

Munin

FIXME C'est un brouillon !

Qu'est-ce ?

Il s'agit d'un daemon qui supervise (to monitor) l'hote, et notamment l'etat du réseau, le QoS, etc…
Ca fait de jolie graph avec RDD

Installation

Install

# apt-get install munin munin-node

Si besoin:

# apt-get install ethtool

Apache

J'ai fait ça:

(au niveau de la racine de mon www)
# ln -s /var/www/munin munin

Dans /etc/apache2/sites-enabled/000-default, j'ai injecté un truc comme ça:

<Directory "<racine_www>/munin/">
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Allow from 127.0.0.0/255.0.0.0 192.168.0.0/255.255.0.0 ::1/128
</Directory>

Et j'ai accès aux jolies écrans:

http://<mon_web>/munin

QoS

A suivre…

serveur_munin.txt · Dernière modification : 2007/06/08 22:25 de thierry