slackbuilds/system/munin-node
B. Watson 0784b1c501 system/munin-node: Fix shebang.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 13:29:00 +00:00
..
patches
LICENSE
README system/munin-node: Fix README. 2016-11-15 21:41:38 +07:00
README.SLACKWARE
doinst.sh
munin-node.SlackBuild system/munin-node: Fix shebang. 2017-03-25 13:29:00 +00:00
munin-node.info
munin-node.logrotate
rc.munin-node
slack-desc system/munin-node: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

munin-node is the client portion of the Munin Monitoring system. It allows the 
Munin master to collect statistics for presentation in RRDTool time-series
graphs.

munin-node is a Perl application and requires several Perl modules as external
dependencies:

  Net::Server

Additionally, the following modules are required for some plugins:

  Net::SSLeay (for SSL connections)
  Net::SNMP
  Net::CIDR

Munin requires that user munin exists and belongs to group munin. Create these
before running the SlackBuild script:

groupadd -g 308 munin
useradd -u 308 -g 308 -s /sbin/nologin munin

Once munin-node is installed, configure plugins per the Munin documentation.