diff --git a/plugins/proxmox/proxmox_vm_count b/plugins/proxmox/proxmox_vm_count index 4e99bd26..ccafcda3 100644 --- a/plugins/proxmox/proxmox_vm_count +++ b/plugins/proxmox/proxmox_vm_count @@ -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 diff --git a/plugins/router/mikrotik_system b/plugins/router/mikrotik_system index f02c4b3a..ab706e13 100755 --- a/plugins/router/mikrotik_system +++ b/plugins/router/mikrotik_system @@ -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 diff --git a/plugins/system/kernel_same_page_merging b/plugins/system/kernel_same_page_merging index efd39873..01273412 100755 --- a/plugins/system/kernel_same_page_merging +++ b/plugins/system/kernel_same_page_merging @@ -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 diff --git a/plugins/system/zswap b/plugins/system/zswap index d6f46acb..3c022aa7 100755 --- a/plugins/system/zswap +++ b/plugins/system/zswap @@ -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 diff --git a/plugins/zfs/zfs_pool_dataset_count b/plugins/zfs/zfs_pool_dataset_count index a7877836..ea2fd7ee 100644 --- a/plugins/zfs/zfs_pool_dataset_count +++ b/plugins/zfs/zfs_pool_dataset_count @@ -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 diff --git a/plugins/zfs/zpool_fragmentation b/plugins/zfs/zpool_fragmentation index 71494bb4..ea8badd2 100644 --- a/plugins/zfs/zpool_fragmentation +++ b/plugins/zfs/zpool_fragmentation @@ -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