From c37d39e74415c9d1f6ad794bab689169a083eb3d Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 12 Sep 2014 10:42:39 +0100 Subject: [ovirt] add ovirt-engine-reports config Add: /etc/ovirt-engine-reports |-- ovirt-engine-reports.conf.d | |-- 10-setup-jboss.conf | `-- 10-setup-protocols.conf `-- sso.properties to the report Change-Id: I2287258b9652aa9ebf7f60528c378f4eeb2179d3 Related-To: https://bugzilla.redhat.com/1086942 Signed-off-by: Sandro Bonazzola Signed-off-by: Bryn M. Reeves --- sos/plugins/ovirt.py | 1 + 1 file changed, 1 insertion(+) --- sos/plugins/ovirt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/ovirt.py b/sos/plugins/ovirt.py index 0ea16f65..0bbbebf3 100644 --- a/sos/plugins/ovirt.py +++ b/sos/plugins/ovirt.py @@ -87,6 +87,7 @@ class Ovirt(Plugin, RedHatPlugin): "/etc/ovirt-engine", "/etc/rhevm/", "/etc/ovirt-engine-dwh", + "/etc/ovirt-engine-reports", "/var/log/ovirt-engine", "/var/log/ovirt-engine-dwh", "/var/log/ovirt-engine-reports", -- cgit