aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-23 13:02:21 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-23 13:02:21 +0000
commitbd56ea5ad1833e5fc823663e93410c45c51379cd (patch)
treeebd7d6ca3ec870415f3619991012fc54e48fb16a
parent4e3992d756de63f01f2d1f02c4dccae8624f9a26 (diff)
downloadsitesummary-bd56ea5ad1833e5fc823663e93410c45c51379cd.tar.gz
sitesummary-bd56ea5ad1833e5fc823663e93410c45c51379cd.tar.bz2
sitesummary-bd56ea5ad1833e5fc823663e93410c45c51379cd.tar.xz
Collect /etc/X11/fs/config to make it possible to figure out of
xfs should listen on TCP or not.
-rw-r--r--collect.d/system4
-rw-r--r--debian/changelog2
2 files changed, 6 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
diff --git a/debian/changelog b/debian/changelog
index d3cdbb0..694b81e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ sitesummary (0.0.57~svn61900) UNRELEASED; urgency=low
settings.
* Mention ignored laptops in generated Nagios config to make it
easier to figure out why a machine is not monitored.
+ * Collect /etc/X11/fs/config to make it possible to figure out of
+ xfs should listen on TCP or not.
-- Petter Reinholdtsen <pere@debian.org> Thu, 21 Jan 2010 20:21:50 +0100