diff options
-rw-r--r-- | sos/plugins/general.py | 2 |
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") |