]> git.proxmox.com Git - pve-manager.git/blame - bin/pvereport
fix #4759: ceph: configure ceph-crash.service and its key
[pve-manager.git] / bin / pvereport
CommitLineData
e03a7900
EK
1#!/usr/bin/perl
2
3use strict;
4use warnings;
39e02659 5
2f7faeed 6use PVE::Report;
e03a7900
EK
7
8($> == 0 ) || die "please run as root\n";
9
2f7faeed 10print PVE::Report::generate();
e03a7900
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