aboutsummaryrefslogtreecommitdiffstats
path: root/collect.d
diff options
context:
space:
mode:
Diffstat (limited to 'collect.d')
-rwxr-xr-xcollect.d/siteinfo3
1 files changed, 1 insertions, 2 deletions
diff --git a/collect.d/siteinfo b/collect.d/siteinfo
index e17e2e0..73ad428 100755
--- a/collect.d/siteinfo
+++ b/collect.d/siteinfo
@@ -2,11 +2,10 @@
# site = location
# sitegroup = sublocation
-# sitecontact = comma-separated list of emails to site contacts
# hostclass = type of host (server, workstation, laptop, etc)
mkdir siteinfo && cd siteinfo
-for filename in site sitegroup sitecontact hostclass ; do
+for filename in site sitegroup hostclass ; do
file=/etc/sitesummary/$filename
if [ -f $file ] ; then
cp $file $filename