diff options
author | Martin Basti <mbasti@redhat.com> | 2017-05-17 13:53:20 +0200 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-01-17 12:11:01 +0000 |
commit | 37c6601ddbc5ab6559a8420ce8f630d00086b1e1 (patch) | |
tree | 23e1b43cfde1affb45394a06f7670df1c73138c3 | |
parent | 5a3da3f8fd51745672d63084c75ce2234c738a7a (diff) | |
download | sos-37c6601ddbc5ab6559a8420ce8f630d00086b1e1.tar.gz |
[ipa] add apache profile
httpd error_log collected by apache plugin contains useful
information about IPA API operations
Closes: #1010
Signed-off-by: Martin Basti <mbasti@redhat.com>
-rw-r--r-- | sos/plugins/ipa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/ipa.py b/sos/plugins/ipa.py index 3a0565bc..683f8254 100644 --- a/sos/plugins/ipa.py +++ b/sos/plugins/ipa.py @@ -24,7 +24,7 @@ class Ipa(Plugin, RedHatPlugin): """ plugin_name = 'ipa' - profiles = ('identity',) + profiles = ('identity', 'apache') ipa_server = False ipa_client = False |