mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 16:47:46 +00:00
pvereport: add apt sources
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
b6b4c816a4
commit
ea717e8f66
@ -20,6 +20,8 @@ my $init_report_cmds = sub {
|
|||||||
'cat /etc/hosts',
|
'cat /etc/hosts',
|
||||||
'top -b -n 1 | head -n 15',
|
'top -b -n 1 | head -n 15',
|
||||||
'pvesubscription get',
|
'pvesubscription get',
|
||||||
|
'cat /etc/apt/sources.list',
|
||||||
|
sub { dir2text('/etc/apt/sources.list.d/', '.*list') },
|
||||||
'lscpu',
|
'lscpu',
|
||||||
'pvesh get /cluster/resources --type node --output-format=yaml',
|
'pvesh get /cluster/resources --type node --output-format=yaml',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user