From c3128d3a14aebb5b7888eb2f4181c402dc749909 Mon Sep 17 00:00:00 2001 From: Mohd Husaam Mehdi Date: Mon, 23 Jun 2025 16:41:29 +0530 Subject: [PATCH] self-diagnostics: collect contents of firewall log file --- .../files/usr/share/self-diagnostics/spec/network.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json b/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json index e0bfaf822..08666e9d6 100644 --- a/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json +++ b/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json @@ -94,6 +94,16 @@ "file": "/tmp/dhcp.client.options" } ] + }, + { + "description": "Firewall fw3 reload status", + "cmd": "cat /var/log/firewall.log", + "dependency" : [ + { + "type": "file", + "file": "/var/log/firewall.log" + } + ] } ] }