aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2015-03-27 16:15:37 +0100
committerBryn M. Reeves <bmr@redhat.com>2015-03-27 15:57:49 +0000
commitf9c0cbb953a23037cd98b6f6c28abe085bbcfacd (patch)
tree3c9d99869f70058df6403738dd658b264495952d
parent772e77841ed7c8955f108ea1674b2a01df18d351 (diff)
downloadsos-f9c0cbb953a23037cd98b6f6c28abe085bbcfacd.tar.gz
[satellite] remove explicit gathering of Tomcat info
Resolves #413. Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--sos/plugins/satellite.py4
-rw-r--r--sos/plugins/tomcat.py2
2 files changed, 2 insertions, 4 deletions
diff --git a/sos/plugins/satellite.py b/sos/plugins/satellite.py
index feace668..fef2f14b 100644
--- a/sos/plugins/satellite.py
+++ b/sos/plugins/satellite.py
@@ -77,9 +77,7 @@ class Satellite(Plugin, RedHatPlugin):
if self.satellite:
self.add_copy_spec([
"/etc/tnsnames.ora",
- "/etc/jabberd",
- "/etc/tomcat6/",
- "/var/log/tomcat6/"
+ "/etc/jabberd"
])
self.add_cmd_output(
"spacewalk-debug --dir %s"
diff --git a/sos/plugins/tomcat.py b/sos/plugins/tomcat.py
index 4f78c1d6..10a634e5 100644
--- a/sos/plugins/tomcat.py
+++ b/sos/plugins/tomcat.py
@@ -20,7 +20,7 @@ class Tomcat(Plugin, RedHatPlugin):
"""
plugin_name = 'tomcat'
- profiles = ('webserver', 'java', 'services')
+ profiles = ('webserver', 'java', 'services', 'sysmgmt')
packages = ('tomcat6', 'tomcat')