self-diagnostics: collect contents of firewall log file

This commit is contained in:
Mohd Husaam Mehdi 2025-06-23 16:41:29 +05:30 committed by Vivek Dutta
parent 4d88e123a9
commit c3128d3a14

View file

@ -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"
}
]
}
]
}