summaryrefslogtreecommitdiffstats
path: root/system/munin-node/README
diff options
context:
space:
mode:
author Jonathan Chapman2015-10-09 18:50:33 +0200
committer Willy Sudiarto Raharjo2015-10-09 18:50:56 +0200
commitd5c65817b72ac6a07fa3fd21bf47b8b2e6f1108c (patch)
tree3525ea6c558fdff3bec910dc1ea97de71ae85d1e /system/munin-node/README
parent1673835d5a699ff9292dd33bef731a44466bfc2b (diff)
downloadslackbuilds-d5c65817b72ac6a07fa3fd21bf47b8b2e6f1108c.tar.gz
system/munin-node: Added (Statistics gathering client for Munin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/munin-node/README')
-rw-r--r--system/munin-node/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/munin-node/README b/system/munin-node/README
new file mode 100644
index 0000000000..ac547743ec
--- /dev/null
+++ b/system/munin-node/README
@@ -0,0 +1,22 @@
+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.