aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/host.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/sos/plugins/host.py b/sos/plugins/host.py
index 5aaa2d16..8caeae0b 100644
--- a/sos/plugins/host.py
+++ b/sos/plugins/host.py
@@ -33,3 +33,9 @@ class Host(Plugin, RedHatPlugin, DebianPlugin):
'/etc/sos.conf',
'/etc/hostid',
])
+
+ self.add_env_var([
+ 'REMOTEHOST',
+ 'TERM',
+ 'COLORTERM'
+ ])