From 22b0ceee821a15a3174a7103f4c57e583aff914e Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 31 Aug 2017 14:34:39 +0100 Subject: [apache] add missing packages and files lists Signed-off-by: Bryn M. Reeves --- sos/plugins/apache.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit