diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-11-05 16:16:33 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-11-05 16:16:33 +0000 |
commit | 0ff6200d0b6f6d38d09eed49b1ec9fd55eb38a91 (patch) | |
tree | f9ba653d053f8bbd51bff94d17dac2d6d8a38bb4 | |
parent | 3eecbc5b6a4fda178fabe28b2e62752f54bbeea5 (diff) | |
download | sos-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.py | 1 |
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") |