diff options
Diffstat (limited to 'collect.d')
-rw-r--r-- | collect.d/system | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/collect.d/system b/collect.d/system index 53485ae..bb36229 100644 --- a/collect.d/system +++ b/collect.d/system @@ -64,6 +64,10 @@ if [ -f /etc/X11/xorg.conf ]; then cp /etc/X11/xorg.conf . fi +if [ -f /var/log/Xorg.0.log ]; then + cp /var/log/Xorg.0.log . +fi + if [ -f /etc/X11/fs/config ]; then cp /etc/X11/fs/config x11-fs-config fi |