1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

Fixed formatting for all my Plugins

This commit is contained in:
Michael Grote 2022-06-12 22:08:57 +02:00
parent fafb0d9bd6
commit 396c2c2d1f
6 changed files with 77 additions and 75 deletions

View file

@ -4,20 +4,28 @@
: << EOF
=head1 NAME
proxmox_vm_count - Outputs the running, stopped and total counts of ProxMox VMs and LXCs.
proxmox_vm_count
=head1 NOTES
Outputs the running, stopped and total counts of ProxMox VMs and LXCs.
=head1 CONFIGURATION
This plugin needs to run as the root user in order to have permission to run lvs and vgs
This Plugin has to be run as root:
[proxmox_vm_count]
[proxmox_count]
user root
group root
user root
group root
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
=head1 AUTHOR
Michael Grote
Michael Grote - git.mgrote.net
=head1 LICENSE
@ -25,13 +33,6 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf suggest
=cut
EOF