As part of our monitoring setup we are using Munin to collect data for various metrics on our machines. The server is running on sp1. The web interface is available at http://monitoring.php.net/munin/. Use your CVS account data for the authentication.
Currently the following machines are running munin-node
instances:
In order to add a machine to the monitoring one must follow these steps:
munin-node
application. Most modern UNIX-like operating systems ship with it. For boxes with CentOS, make sure that rpmforge is being used.sp1
to connect to the node by adding an allow 66\.249\.27\.150
line to the configuration file for munin-node
.iptables -I INPUT -p tcp --dport 4949 --src 66.249.27.150 -j ACCEPT
for this.