This is how the Munin service (monitoring and graphing) should be configured on band site hosting servers.

See also: Creating a Band Site Hosting Server

# yum install munin-node

edit the conf file to set up the 

# vi /etc/munin/munin-node.conf

Allow only connections from our IP and localhost

allow ^68\.71\.99\.140$
allow ^127\.0\.0\.1$ 

configure it to start on boot

# /sbin/chkconfig --levels 235 munin-node on
# /etc/init.d/munin-node start

Add it to the server

$ ssh YOURACCOUNT@devmcn.com
$ sudo vim /etc/munin/munin.conf

add

[bandX.bombplates.com]
     address bandsX.bombplates.com
     address IPADDRESS
     use_node_name yes