diff options
-rw-r--r-- | sos/plugins/apache.py | 2 |
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) |