mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Fix formatting for kernel_same_page_merging-Plugin
This commit is contained in:
parent
72d1198553
commit
fafb0d9bd6
1 changed files with 9 additions and 8 deletions
|
@ -3,27 +3,28 @@
|
|||
|
||||
: << EOF
|
||||
=head1 NAME
|
||||
|
||||
kernel_same_page_merging - Outputs various metrics about same page merging.
|
||||
|
||||
=head1 AUTHOR
|
||||
=over 4
|
||||
=item * Michael Grote
|
||||
=back
|
||||
|
||||
Michael Grote
|
||||
|
||||
=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
|
||||
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=cut
|
||||
|
||||
EOF
|
||||
#
|
||||
|
||||
# Variablen
|
||||
ksm_dir_run="/sys/kernel/mm/ksm/run"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue