slackbuilds/system/munin-node
David Spencer 70ce018ac8 Multiple: Add perl-Module-Build to REQUIRES.
Module::Build was removed from the perl-5.22 core. It is no longer
the preferred build method, but these modules still need it.
Some of these modules have newer versions available, but they still
use Module::Build.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-01-29 07:16:42 +07:00
..
patches system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
LICENSE system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
README system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
README.SLACKWARE system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
doinst.sh system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
munin-node.SlackBuild system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
munin-node.info Multiple: Add perl-Module-Build to REQUIRES. 2016-01-29 07:16:42 +07:00
munin-node.logrotate system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
rc.munin-node system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +07:00
slack-desc system/munin-node: Added (Statistics gathering client for Munin). 2015-10-09 23:50:56 +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.