Index: trunk/ippMonitor/configure.tcsh
===================================================================
--- trunk/ippMonitor/configure.tcsh	(revision 24662)
+++ trunk/ippMonitor/configure.tcsh	(revision 27054)
@@ -133,4 +133,6 @@
 if ($#args != 1) goto usage
 
+set hostname = `hostname -f`
+
 echo
 echo "prefix: $prefix"
@@ -191,5 +193,6 @@
 cat tmp.2           | sed "s|@PERLLIB@|$libdir|" > tmp.1
 cat tmp.1           | sed "s|@SITE@|$site|"      > tmp.2
-cat tmp.2           | sed "s|@DBI@|$DBI|"        > raw/site.php
+cat tmp.2           | sed "s|@DBI@|$DBI|"        > tmp.1
+cat tmp.1           | sed "s|@HOST@|$hostname|"  > raw/site.php
 rm -f tmp.1 tmp.2
 
