From 27a05970f747a36a5d8564301240de3c7897b86b Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Sat, 21 Jun 2014 15:12:52 +0100 Subject: [PATCH] [ipa] add ipa-replica-manage output Signed-off-by: Bryn M. Reeves --- sos/plugins/ipa.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sos/plugins/ipa.py b/sos/plugins/ipa.py index 32a3ec6..009e086 100644 --- a/sos/plugins/ipa.py +++ b/sos/plugins/ipa.py @@ -74,6 +74,9 @@ class ipa(sos.plugintools.PluginBase): self.collectExtOutput("klist -ket /etc/httpd/conf/ipa.keytab") self.collectExtOutput("klist -ket /etc/krb5.keytab") + hostname = self.callExtProg('hostname')[1] + self.collectExtOutput("ipa-replica-manage -v list") + self.collectExtOutput("ipa-replica-manage -v list %s" % hostname) return -- 1.9.3