aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-11-22 13:23:20 +0000
committerpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-11-22 13:23:20 +0000
commitf5e54793870ab278d835be05cc1d69ddaa48fbee (patch)
tree2db46c0f634d8bd85f71028d4a176b0ae7781778
parent012887fa6d68903cfc1ebb2af0a302f0b64111cb (diff)
downloadsos-f5e54793870ab278d835be05cc1d69ddaa48fbee.tar.gz
[general] hostid
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1014 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--sos/plugins/general.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index c3549060..1b80eebc 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -40,6 +40,8 @@ class general(sos.plugintools.PluginBase):
self.addCopySpec("/var/log/sa")
self.addCopySpec("/var/log/pm/suspend.log")
self.addCopySpec("/var/log/up2date")
+ self.collectExtOutput("/usr/bin/hostid")
+ self.addCopySpec("/etc/hostid")
self.addCopySpec("/etc/exports")
self.collectExtOutput("/bin/hostname", root_symlink = "hostname")
self.collectExtOutput("/bin/date", root_symlink = "date")