summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:23:30 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:08 -0400
commit3a5c36a16021464a52766d6b0d674ebb8b5201b5 (patch)
tree9c048adbbc91494059d59e250c48887fe5f97eaa
parent69f4e1d297b5cab9e34b868536ae4ebb96c857ae (diff)
downloadslackbuilds-3a5c36a16021464a52766d6b0d674ebb8b5201b5.tar.gz
slackbuilds-3a5c36a16021464a52766d6b0d674ebb8b5201b5.tar.xz
system/munin-node: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/munin-node/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/system/munin-node/README b/system/munin-node/README
index 99542d1fbf..06d7aeb4d0 100644
--- a/system/munin-node/README
+++ b/system/munin-node/README
@@ -1,9 +1,9 @@
-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 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:
+munin-node is a Perl application and requires several Perl modules as
+external dependencies:
Net::Server
@@ -13,10 +13,11 @@ Additionally, the following modules are required for some plugins:
Net::SNMP
Net::CIDR
-Munin requires that user munin exists and belongs to group munin. Create these
-before running the SlackBuild script:
+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.
+Once munin-node is installed, configure plugins per the Munin
+documentation.