slackbuilds/system/munin-node
B. Watson e6265d4d22 system/munin-node: Add doc directory.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-04-29 10:30:54 -04:00
..
patches
LICENSE
README system/munin-node: Wrap README at 72 columns. 2022-03-17 12:38:08 -04:00
README.SLACKWARE
doinst.sh
munin-node.SlackBuild system/munin-node: Add doc directory. 2022-04-29 10:30:54 -04:00
munin-node.info system/munin-node: Use zulu-openjdk8. 2022-03-03 15:56:46 +07:00
munin-node.logrotate
rc.munin-node
slack-desc

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.