aboutsummaryrefslogtreecommitdiffstats
path: root/collect.d/system
diff options
context:
space:
mode:
Diffstat (limited to 'collect.d/system')
-rw-r--r--collect.d/system4
1 files changed, 4 insertions, 0 deletions
diff --git a/collect.d/system b/collect.d/system
index 71c2f38..a7e59d1 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 /etc/X11/fs/config ]; then
+ cp /etc/X11/xorg.conf x11-fs-config
+fi
+
# Collect Cisco Discover Protocol information from all interfaces, in
# parallell.
if type cdpr >/dev/null 2>&1; then