mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Fixed formatting for all my Plugins
This commit is contained in:
parent
fafb0d9bd6
commit
396c2c2d1f
6 changed files with 77 additions and 75 deletions
|
@ -4,11 +4,20 @@
|
|||
: << EOF
|
||||
=head1 NAME
|
||||
|
||||
kernel_same_page_merging - Outputs various metrics about same page merging.
|
||||
kernel_same_page_merging
|
||||
|
||||
=head1 NOTES
|
||||
|
||||
Outputs various metrics about kernel same page merging.
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Michael Grote
|
||||
Michael Grote - git.mgrote.net
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
|
@ -16,14 +25,6 @@ GPLv3 or later
|
|||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=cut
|
||||
|
||||
EOF
|
||||
|
||||
# Variablen
|
||||
|
|
|
@ -4,22 +4,27 @@
|
|||
: << EOF
|
||||
=head1 NAME
|
||||
|
||||
zswap - Outputs various metrics about [zswap](https://www.kernel.org/doc/html/latest/admin-guide/mm/zswap.html).
|
||||
zswap
|
||||
|
||||
=head1 AUTHOR
|
||||
=head1 NOTES
|
||||
|
||||
Michael Grote
|
||||
Outputs various metrics about zswap. See https://www.kernel.org/doc/html/latest/admin-guide/mm/zswap.html for more Information.
|
||||
|
||||
=head1 Configuration
|
||||
=head1 CONFIGURATION
|
||||
|
||||
This Plugin has to be run as root:
|
||||
|
||||
/etc/munin/plugin-conf.d/zswap:
|
||||
[zswap]
|
||||
user root
|
||||
|
||||
[zswap]
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
user root
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Michael Grote - git.mgrote.net
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
|
@ -27,14 +32,6 @@ GPLv3 or later
|
|||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=cut
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue