Internal Configuring munin-node

From GrandCare Systems
Revision as of 16:55, 5 April 2013 by Ngh (talk | contribs) (Created page with "===Installation=== # apt-get install munin-node munin-plugins-extra ===Client Configuration=== =====Shorewall===== Edit ''/etc/shorewall/rules'' Add the following lines: #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation

# apt-get install munin-node munin-plugins-extra

Client Configuration

Shorewall

Edit /etc/shorewall/rules

Add the following lines:

# Munin Master
ACCEPT net:184.106.169.5        $FW     tcp     4949

Restart shorewall:

# /etc/init.d/shorewall restart
Munin-node

Edit /etc/munin/munin-node.conf

Change the allow ACL to

allow ^184\.106\.169\.5$

Symlink any additional plugins in /usr/share/munin/plugins to /etc/munin/plugins

Restart munin-node:

# /etc/init.d/munin-node restart