mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
self-diagnostics: collect contents of firewall log file
This commit is contained in:
parent
4d88e123a9
commit
c3128d3a14
1 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue