1
0
Fork 0
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:
Michael Grote 2022-06-12 21:46:38 +02:00
parent 72d1198553
commit fafb0d9bd6

View file

@ -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"