mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/munin-node: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
69f4e1d297
commit
3a5c36a160
1 changed files with 9 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue