Index: trunk/ippMonitor/config.dat.in
===================================================================
--- trunk/ippMonitor/config.dat.in	(revision 38208)
+++ trunk/ippMonitor/config.dat.in	(revision 40840)
@@ -1,6 +1,19 @@
 
+// host and user information for the main processing database (contains, e.g., gpc1, gpc2, etc)
 $DBHOST    = "";
 $DBUSER    = "";
 $DBPASS    = "";
+
+
+// location of nebulous apache interface machine
+$NEB_SERVER = "";
+
+// Czartool configuration variables
+// NOTE: These should match the configuration file used by the czartool perl modules: czartool/czarconfig.xml
+$CZARDBNAME = "";
+$CZARDBHOST = "";
+
+// location of plots produced by czarpoll.pl
+$CZARPLOTDIR = "";
 
 // Temporary files belonging to DELETION_USER and older than
@@ -9,33 +22,84 @@
 
 $DELETION_USER   = "";
-$DELETION_DELAY  = 15;
+$DELETION_DELAY  =5;
 
-$REPL_HOST_IPPADMIN      = "";
-$REPL_USER_IPPADMIN      = "";
-$REPL_PASSWORD_IPPADMIN  = "";
-$REPL_DBNAME_IPPADMIN    = "" ;
+$HOST_NEBULOUS  = "";
+$USER_NEBULOUS  = "";
+$PASSWORD_NEBULOUS  = "";
+$DBNAME_NEBULOUS  = "";
 
-$REPL_HOST_NEBULOUS      = "";
-$REPL_USER_NEBULOUS      = "";
+$REPL_HOST_NEBULOUS  = "";
+$REPL_USER_NEBULOUS  = "";
 $REPL_PASSWORD_NEBULOUS  = "";
-$REPL_DBNAME_NEBULOUS    = "";
+$REPL_DBNAME_NEBULOUS  = "";
 
-$REPL_HOST_PSTAMP      = "";
-$REPL_USER_PSTAMP      = "";
+$REPL_HOST_NEBULOUS_SECONDARY  = "";
+$REPL_USER_NEBULOUS_SECONDARY  = "";
+$REPL_PASSWORD_NEBULOUS_SECONDARY  = "";
+$REPL_DBNAME_NEBULOUS_SECONDARY  = "";
+
+$REPL_HOST_PSTAMP  = "";
+$REPL_USER_PSTAMP  = "";
 $REPL_PASSWORD_PSTAMP  = "";
-$REPL_DBNAME_PSTAMP    = "";
+$REPL_DBNAME_PSTAMP  = "";
 
-$REPL_HOST_GPC1      = "";
-$REPL_USER_GPC1      = "";
+$REPL_HOST_ISP  = "";
+$REPL_USER_ISP  = "";
+$REPL_PASSWORD_ISP  = "";
+$REPL_DBNAME_ISP  = "";
+
+$HOST_GPC1  = "";
+$USER_GPC1  = "";
+$PASSWORD_GPC1  = "";
+$DBNAME_GPC1  = "";
+
+$REPL_HOST_GPC1  = "";
+$REPL_USER_GPC1  = "";
 $REPL_PASSWORD_GPC1  = "";
-$REPL_DBNAME_GPC1    = "";
+$REPL_DBNAME_GPC1  = "";
 
-$REPL_HOST_ISP      = "";
-$REPL_USER_ISP      = "";
-$REPL_PASSWORD_ISP  = "";
-$REPL_DBNAME_ISP    = "";
+$REPL_HOST_GPC1_SECONDARY  = "";
+$REPL_USER_GPC1_SECONDARY  = "";
+$REPL_PASSWORD_GPC1_SECONDARY  = "";
+$REPL_DBNAME_GPC1_SECONDARY  = "";
 
-$REPL_HOST_NEBULOUS_SECONDARY      = "";
-$REPL_USER_NEBULOUS_SECONDARY      = "";
-$REPL_PASSWORD_NEBULOUS_SECONDARY  = "";
-$REPL_DBNAME_NEBULOUS_SECONDARY    = "";
+$REPL_HOST_DATASTORE_SECONDARY  = "";
+$REPL_USER_DATASTORE_SECONDARY  = "";
+$REPL_PASSWORD_DATASTORE_SECONDARY  = "";
+$REPL_DBNAME_DATASTORE_SECONDARY  = "";
+
+//Important machines that should be checked for accessibiltiy
+$HOST_GATEWAY  = "";
+$DBNAME_GATEWAY  = "";
+
+$HOST_GATEWAY_SECONDARY  = "";
+$DBNAME_GATEWAY_SECONDARY  = "";
+
+$HOST_APACHE1  = "";
+$DBNAME_APACHE1  = "";
+
+$HOST_APACHE2  = "";
+$DBNAME_APACHE2  = "";
+
+$HOST_APACHE3  = "";
+$DBNAME_APACHE3  = "";
+
+$HOST_APACHE4  = "";
+$DBNAME_APACHE4  = "";
+
+$HOST_APACHE5  = "";
+$DBNAME_APACHE5  = "";
+
+$HOST_APACHE6  = "";
+$DBNAME_APACHE6  = "";
+
+$HOST_PROXY  = "";
+$DBNAME_PROXY  = "";
+
+$HOST_SVN  = "";
+$DBNAME_SVN  = "";
+
+$HOST_CONFLUENCE  = "";
+$DBNAME_CONFLUENCE  = "";
+
+
