From 5572c844e3e8ad63a62364fb72390eccf0398a40 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 14 Apr 2014 18:57:21 +0100 Subject: Remove redundant data collection from OpenShift plugin OpenShift collects dhclient configuration and Apache httpd logs. These are already handled by their respective plugins; remove them from the OpenShift module. Signed-off-by: Bryn M. Reeves --- sos/plugins/openshift.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sos/plugins/openshift.py b/sos/plugins/openshift.py index a68a8855..5dab9f41 100644 --- a/sos/plugins/openshift.py +++ b/sos/plugins/openshift.py @@ -27,7 +27,6 @@ class Openshift(Plugin, RedHatPlugin): "/etc/openshift-enterprise-version", "/etc/openshift/", "/var/log/openshift/", - "/etc/dhcp/dhclient-*" ]) self.add_cmd_output("oo-diagnostics") @@ -58,7 +57,6 @@ class Openshift(Plugin, RedHatPlugin): "/var/log/mcollective.log", "/opt/rh/ruby193/root/etc/mcollective/", "/var/log/openshift-gears-async-start.log", - "/var/log/httpd/" ]) -- cgit