Munin

De Cliss XXI
Révision datée du 4 septembre 2009 à 15:42 par imported>SylvainBeucler (Nouvelle page : == Installation client == apt-get install munin-node apt-get install munin-plugins-extra Modifier les autorisations: sed -i -e 's,^allow .*,allow ^(192\\.168\\..*|212\\.99\\.96\...)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Sauter à la navigation Sauter à la recherche

Installation client

apt-get install munin-node
apt-get install munin-plugins-extra

Modifier les autorisations:

sed -i -e 's,^allow .*,allow ^(192\\.168\\..*|212\\.99\\.96\\..*)$,' /etc/munin/munin-node.conf
/etc/init.d/munin-node restart

Ouvrir le pare-feu port 4949/tcp

iptables -A INPUT -p tcp --dport munin -j ACCEPT


Installation serveur

apt-get install munin

http://localhost/munin/

Rafraîchi par cron toutes les 5 minutes.