Différences entre versions de « Munin »
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\...) |
imported>SylvainBeucler |
||
Ligne 5 : | Ligne 5 : | ||
Modifier les autorisations: | Modifier les autorisations: | ||
− | sed -i -e 's,^allow .*,allow ^(192\\.168\\..*| | + | sed -i -e 's,^allow .*,allow ^(192\\.168\\..*|210\\.92\\.24\\..*)$,' /etc/munin/munin-node.conf |
/etc/init.d/munin-node restart | /etc/init.d/munin-node restart | ||
Ouvrir le pare-feu port 4949/tcp | Ouvrir le pare-feu port 4949/tcp | ||
iptables -A INPUT -p tcp --dport munin -j ACCEPT | iptables -A INPUT -p tcp --dport munin -j ACCEPT | ||
− | |||
== Installation serveur == | == Installation serveur == |
Version du 4 septembre 2009 à 14:57
Installation client
apt-get install munin-node apt-get install munin-plugins-extra
Modifier les autorisations:
sed -i -e 's,^allow .*,allow ^(192\\.168\\..*|210\\.92\\.24\\..*)$,' /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
Rafraîchi par cron toutes les 5 minutes.