1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

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 user root
group root group root
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
=head1 AUTHOR =head1 AUTHOR
Michael Grote - git.mgrote.net Michael Grote - git.mgrote.net
@ -29,6 +24,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF 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_password hallowelt
env.ssh_host 192.168.2.1 env.ssh_host 192.168.2.1
=head1 MAGIC MARKERS
#%# family=auto
=head1 AUTHOR =head1 AUTHOR
Michael Grote - git.mgrote.net Michael Grote - git.mgrote.net
@ -38,6 +34,11 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
EOF EOF
# set variables with default values # set variables with default values

View file

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

View file

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

View file

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

View file

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