From ac509328d3c949e4063aafb35a328b9b859c213a Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Tue, 5 Sep 2017 22:11:07 +0200 Subject: [firewalld] collect /var/log/firewalld Relevant to: #1092 Signed-off-by: Pavel Moravec --- sos/plugins/firewalld.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sos/plugins/firewalld.py b/sos/plugins/firewalld.py index 85a2b5ff..8651f4a4 100644 --- a/sos/plugins/firewalld.py +++ b/sos/plugins/firewalld.py @@ -34,7 +34,8 @@ class FirewallD(Plugin, RedHatPlugin): "/etc/firewalld/icmptypes/*.xml", "/etc/firewalld/services/*.xml", "/etc/firewalld/zones/*.xml", - "/etc/sysconfig/firewalld" + "/etc/sysconfig/firewalld", + "/var/log/firewalld", ]) # use a 10s timeout to workaround dbus problems in -- cgit