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