aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-02-11 20:31:22 +0000
committerBryn M. Reeves <bmr@redhat.com>2015-02-11 20:31:22 +0000
commit07f80a9733c39f2c5b67b5c183ffd1b3464b0a7d (patch)
treef818b338a87332f030dc83bb536a60e9df819912
parent895803a4c7d014b231cfe9804bd1c04fe37b5f5e (diff)
downloadsos-07f80a9733c39f2c5b67b5c183ffd1b3464b0a7d.tar.gz
[gdm] add journalctl logs and systemctl status
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/gdm.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sos/plugins/gdm.py b/sos/plugins/gdm.py
index e182907c..6222cea7 100644
--- a/sos/plugins/gdm.py
+++ b/sos/plugins/gdm.py
@@ -24,5 +24,9 @@ class Gdm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
def setup(self):
self.add_copy_spec("/etc/gdm/*")
+ self.add_cmd_output([
+ "journalctl -u gdm",
+ "systemctl status gdm.service"
+ ])
# vim: et ts=4 sw=4