1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

repaired perldoc header: proxmox_vm_count

This commit is contained in:
Michael Grote 2021-12-13 09:12:29 +01:00 committed by Lars Kruse
parent 00cbc8d37e
commit 09d6135a6d

View file

@ -3,9 +3,11 @@
: << EOF : << EOF
=head1 NAME =head1 NAME
proxmox_vm_count - Outputs the running, stopped and total counts of ProxMox VMs and LXCs. proxmox_vm_count - Outputs the running, stopped and total counts of ProxMox VMs and LXCs.
=head1 CONFIGURATION =head1 CONFIGURATION
This plugin needs to run as the root user in order to have permission to run lvs and vgs This plugin needs to run as the root user in order to have permission to run lvs and vgs
[proxmox_vm_count] [proxmox_vm_count]
[proxmox_count] [proxmox_count]
@ -13,22 +15,21 @@ This plugin needs to run as the root user in order to have permission to run lvs
group root group root
=head1 AUTHOR =head1 AUTHOR
=over 4
=item * Michael Grote Michael Grote
=back
=head1 LICENSE =head1 LICENSE
GPLv3 or later GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS =head1 MAGIC MARKERS
=begin comment
These magic markers are used by munin-node-configure when installing #%# family=auto
munin-node. #%# capabilities=autoconf suggest
=end comment
#%# family=auto
#%# capabilities=autoconf suggest
=cut =cut
EOF EOF