From 3a5c36a16021464a52766d6b0d674ebb8b5201b5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 12:23:30 -0400 Subject: system/munin-node: Wrap README at 72 columns. Signed-off-by: B. Watson --- system/munin-node/README | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'system/munin-node/README') diff --git a/system/munin-node/README b/system/munin-node/README index 99542d1fbfb55..06d7aeb4d0bd2 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. -- cgit v1.2.3