aboutsummaryrefslogtreecommitdiffstats
path: root/collect.d
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2008-07-04 07:46:08 +0000
committerPetter Reinholdtsen <pere@hungry.com>2008-07-04 07:46:08 +0000
commitf0b4320ae9692441fb4123be948d0c16f224543d (patch)
treeaf7c413e9cd2fbcd928be1af6b4588519da762d3 /collect.d
parent68d73aa3dd382c01a906e0e23ff27a13c9690c4e (diff)
downloadsitesummary-f0b4320ae9692441fb4123be948d0c16f224543d.tar.gz
sitesummary-f0b4320ae9692441fb4123be948d0c16f224543d.tar.bz2
sitesummary-f0b4320ae9692441fb4123be948d0c16f224543d.tar.xz
Collect ssh host keys and xorg.conf too.
Diffstat (limited to 'collect.d')
-rw-r--r--collect.d/system8
1 files changed, 8 insertions, 0 deletions
diff --git a/collect.d/system b/collect.d/system
index 24590d3..21909c7 100644
--- a/collect.d/system
+++ b/collect.d/system
@@ -47,3 +47,11 @@ runlevel > runlevel
if [ -x /usr/sbin/laptop-detect ] && /usr/sbin/laptop-detect; then
touch laptop
fi
+
+for f in /etc/ssh/ssh_host*.pub ; do
+ cp $f .
+done
+
+if [ -f /etc/X11/xorg.conf ]; then
+ cp /etc/X11/xorg.conf .
+fi