aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-11-05 16:16:33 +0000
committerBryn M. Reeves <bmr@redhat.com>2013-11-05 16:16:33 +0000
commit0ff6200d0b6f6d38d09eed49b1ec9fd55eb38a91 (patch)
treef9ba653d053f8bbd51bff94d17dac2d6d8a38bb4
parent3eecbc5b6a4fda178fabe28b2e62752f54bbeea5 (diff)
downloadsos-0ff6200d0b6f6d38d09eed49b1ec9fd55eb38a91.tar.gz
Add domainname output to the NIS plug-in
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/nis.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/nis.py b/sos/plugins/nis.py
index 5439b8fc..baa71e8d 100644
--- a/sos/plugins/nis.py
+++ b/sos/plugins/nis.py
@@ -29,3 +29,4 @@ class Nis(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
def setup(self):
self.add_copy_spec("/etc/yp*.conf")
self.add_copy_spec("/var/yp/*")
+ self.add_cmd_output("domainname")