diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-28 16:24:08 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-28 16:24:08 +0000 |
commit | 1df001a306f5bc3101076c403f8c8155c92a9693 (patch) | |
tree | 24fc1081ce6b8aacfc5863cea7552aa734a59c49 /collect.d | |
parent | 235a3e1ac485c6a5f75254c86ee7220a02e80742 (diff) | |
download | sitesummary-1df001a306f5bc3101076c403f8c8155c92a9693.tar.gz sitesummary-1df001a306f5bc3101076c403f8c8155c92a9693.tar.bz2 sitesummary-1df001a306f5bc3101076c403f8c8155c92a9693.tar.xz |
* Remove sitecontact references. I'm not sure it is the right place
for it, and we can reintroduce it if it proves to be a good idea.
Diffstat (limited to 'collect.d')
-rwxr-xr-x | collect.d/siteinfo | 3 |
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 |