diff --git a/plugins/proxmox/proxmox_vm_count b/plugins/proxmox/proxmox_vm_count index 9f880293..bc622998 100644 --- a/plugins/proxmox/proxmox_vm_count +++ b/plugins/proxmox/proxmox_vm_count @@ -3,9 +3,11 @@ : << EOF =head1 NAME + proxmox_vm_count - 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 [proxmox_vm_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 =head1 AUTHOR -=over 4 -=item * Michael Grote -=back + +Michael Grote + =head1 LICENSE + GPLv3 or later SPDX-License-Identifier: GPL-3.0-or-later =head1 MAGIC MARKERS -=begin comment -These magic markers are used by munin-node-configure when installing -munin-node. -=end comment - #%# family=auto - #%# capabilities=autoconf suggest + + #%# family=auto + #%# capabilities=autoconf suggest + =cut EOF