mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
repaired perldoc header: proxmox_vm_count
This commit is contained in:
parent
00cbc8d37e
commit
09d6135a6d
1 changed files with 10 additions and 9 deletions
|
@ -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
|
|
||||||
munin-node.
|
|
||||||
=end comment
|
|
||||||
#%# family=auto
|
#%# family=auto
|
||||||
#%# capabilities=autoconf suggest
|
#%# capabilities=autoconf suggest
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue