[pve-devel] [PATCH manager 2/2] pvereport: add cluster resources node information
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Mar 8 10:23:09 CET 2019
gives a good overview over the cluster, which nodes are online,
memory/cpu load, uptime...
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index 9ad6e915..6649c0f2 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -20,6 +20,7 @@ my $report_def = {
'top -b -n 1 | head -n 15',
'pvesubscription get',
'lscpu',
+ 'pvesh get /cluster/resources --type node --output-format=yaml',
],
},
storage => [
--
2.20.1
More information about the pve-devel
mailing list