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.
apt-get install munin-node
port 4949 host * allow ^127\.0\.0\.1$
apt-get install munin-node
[server.debux.org]
address 127.0.0.1 port 4949 use_node_name yes
[debux.org;] node_order server.debux.org test.debux.org
apt-get install libwww-perl
<Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 </Location> ExtendedStatus On
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/
a2enmod info /etc/init.d/apache2 force-reload
/etc/init.d/munin-node restart