Scientific Linux 6
Sponsored Link

Munin - Add monitoring target2011/05/21

 
It's possible to monitor other hosts. For example, add a host named "node01" for monitoring target.
[1] Install munin-node on the monitoring target host.
[root@node01 ~]#
yum --enablerepo=epel -y install munin-node
 
# install from EPEL
[root@node01 ~]#
vi /etc/munin/munin-node.conf
# line 29: change to your hostname

host_name
node01.srv.world
# line 36: IP address you allow to connect ( Munin server's one )

allow
^10\.0\.0\.100$
[root@node01 ~]#
/etc/rc.d/init.d/munin-node start

Starting Munin Node:
[ OK ]

[root@node01 ~]#
chkconfig munin-node on
[2] Configure Munin server
[root@master ~]#
vi /etc/munin/munin.conf
# add at the last line

[node01.srv.world]
  address 10.0.0.101
  use_node_name yes
[3] Access to "http://(hostname or IP address)/munin/" with web browser after 5 minutes later, then new monitoring target will be added like follows.
Matched Content