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