mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Merge pull request #1317 from quotengrote/header_ksm
Fix formatting for Munin Plugin Gallery
This commit is contained in:
commit
112ea7d02c
6 changed files with 45 additions and 55 deletions
|
@ -3,27 +3,25 @@
|
|||
|
||||
: << EOF
|
||||
=head1 NAME
|
||||
kernel_same_page_merging - Outputs various metrics about same page merging.
|
||||
|
||||
kernel_same_page_merging - Outputs various metrics about kernel same page merging.
|
||||
|
||||
=head1 AUTHOR
|
||||
=over 4
|
||||
=item * Michael Grote
|
||||
=back
|
||||
|
||||
Michael Grote - git.mgrote.net
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
GPLv3 or later
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
=begin comment
|
||||
These magic markers are used by munin-node-configure when installing
|
||||
munin-node.
|
||||
=end comment
|
||||
|
||||
#%# family=auto
|
||||
=cut
|
||||
#%# capabilities=autoconf
|
||||
|
||||
EOF
|
||||
#
|
||||
|
||||
# Variablen
|
||||
ksm_dir_run="/sys/kernel/mm/ksm/run"
|
||||
|
|
|
@ -4,22 +4,22 @@
|
|||
: << EOF
|
||||
=head1 NAME
|
||||
|
||||
zswap - Outputs various metrics about [zswap](https://www.kernel.org/doc/html/latest/admin-guide/mm/zswap.html).
|
||||
zswap - Outputs various metrics about zswap.
|
||||
|
||||
=head1 AUTHOR
|
||||
=head1 NOTES
|
||||
|
||||
Michael Grote
|
||||
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]
|
||||
|
||||
user root
|
||||
=head1 AUTHOR
|
||||
|
||||
Michael Grote - git.mgrote.net
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
|
@ -30,11 +30,8 @@ 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