Moved MAGIC MARKERS to the bottom

This commit is contained in:
Michael Grote 2022-06-13 22:30:05 +02:00
parent 69db9ea437
commit 841c4b9522
6 changed files with 30 additions and 27 deletions

View File

@ -14,11 +14,6 @@ This Plugin has to be run as root:
user root
group root
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
=head1 AUTHOR
Michael Grote - git.mgrote.net
@ -29,6 +24,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF

View File

@ -24,10 +24,6 @@ A User on the Target-Device is needed for this plugin to work:
env.ssh_password hallowelt
env.ssh_host 192.168.2.1
=head1 MAGIC MARKERS
#%# family=auto
=head1 AUTHOR
Michael Grote - git.mgrote.net
@ -38,6 +34,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF
# set variables with default values

View File

@ -6,11 +6,6 @@
kernel_same_page_merging - Outputs various metrics about kernel same page merging.
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
=head1 AUTHOR
Michael Grote - git.mgrote.net
@ -21,6 +16,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF
# Variablen

View File

@ -17,11 +17,6 @@ This Plugin has to be run as root:
[zswap]
user root
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
=head1 AUTHOR
Michael Grote - git.mgrote.net
@ -32,6 +27,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF

View File

@ -6,10 +6,6 @@
zfs_pool_dataset_count - Outputs the count of zfs pools, datasets and snapshots.
=head1 MAGIC MARKERS
#%# family=auto
=head1 AUTHOR
Michael Grote - git.mgrote.net
@ -20,6 +16,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF
if [ "$1" = "autoconf" ]; then

View File

@ -6,10 +6,6 @@
zpool_fragmentation - Outputs the zpool fragmentation per zfs pool.
=head1 MAGIC MARKERS
#%# family=auto
=head1 AUTHOR
Michael Grote - git.mgrote.net
@ -20,6 +16,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF
if [ "$1" = "autoconf" ]; then