Différences entre versions de « Munin »

De Cliss XXI
Sauter à la navigation Sauter à la recherche
imported>SylvainBeucler
m (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\...)
(Aucune différence)

Version du 4 septembre 2009 à 15:42

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.