to recognize temporal correlations with network/load/backup/etc issues

Suggested-by: Friedrich Weber <f.we...@proxmox.com>
Signed-off-by: Alexander Zeidler <a.zeid...@proxmox.com>
---
v2:
* move away from "general" section

v1: https://lists.proxmox.com/pipermail/pve-devel/2024-March/062346.html


 PVE/Report.pm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index a8c1cab9..4588b2da 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -99,6 +99,12 @@ my $init_report_cmds = sub {
                'cat /etc/pve/datacenter.cfg',
            ],
        },
+       jobs => {
+           order => 65,
+           cmds => [
+               'cat /etc/pve/jobs.cfg',
+           ],
+       },
        hardware => {
            order => 70,
            cmds => [
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to