]> git.proxmox.com Git - pve-manager.git/blob - bin/pvereport
update shipped appliance info index
[pve-manager.git] / bin / pvereport
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::Report;
7
8 ($> == 0 ) || die "please run as root\n";
9
10 print PVE::Report::generate();
11
12 __END__
13
14 =head1 NAME
15
16 pvereport - Proxmox VE Report tool
17
18 =head1 SYNOPSIS
19
20 pvereport
21
22 =head1 DESCRIPTION
23
24 Display various information related to a Proxmox VE system