aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-08-31 14:34:39 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-11-01 14:17:59 +0000
commit22b0ceee821a15a3174a7103f4c57e583aff914e (patch)
treeecf7ef013e1312ebd5e9b41e6969637c00b933f3
parentf2cee6b661f5ee6d1263cf8615f50814ef70d75e (diff)
downloadsos-22b0ceee821a15a3174a7103f4c57e583aff914e.tar.gz
[apache] add missing packages and files lists
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/apache.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/apache.py b/sos/plugins/apache.py
index 78a54411..55021986 100644
--- a/sos/plugins/apache.py
+++ b/sos/plugins/apache.py
@@ -20,6 +20,8 @@ class Apache(Plugin):
"""
plugin_name = "apache"
profiles = ('webserver', 'openshift')
+ packages = ('httpd',)
+ files = ('/var/www/',)
option_list = [
("log", "gathers all apache logs", "slow", False)