Index: trunk/ippMonitor/INSTALL
===================================================================
--- trunk/ippMonitor/INSTALL	(revision 41726)
+++ trunk/ippMonitor/INSTALL	(revision 41728)
@@ -1,3 +1,7 @@
-#!/bin/sh
+#!/bin/csh -f
+
+echo "Do NOT run these commands as a script : read the comments and choose the options carefully"
+echo "The examples below are appropriate for the 2021.07.22 installation on ipp117 for user 'ipp'"
+exit 2
 
 # below are commands to configure ippMonitor
@@ -9,10 +13,18 @@
 # --site ~/ippconfig/ippmonitor.config
 
-# set psconfig to use a different build from the standard ops tag.  This allows 
-# testing of those parts of ippMonitor which depend on IPP code without modifyin
-# the operational installation
-# 2019.11.18 CCL: not sure which parts of ippMonitor depends on IPP codes?  If there is not many
-#                 , just use trunk version should work fine.
-psconfig ipp-trunk-20180515
+# Set psconfig to use a different build from the standard ops tag.
+# This allows testing of those parts of ippMonitor which depend on IPP
+# code without modifying the operational installation
+
+# The choice of psconfig also depends on which user account is used to
+# build/install ippMonitor, so be careful when doing a new check-out
+# of the code for a different user.
+
+# The value also needs to match the PATH entry in ~/ippconfig/ippmonitor.config
+
+# Choose an appropriate psconfig (must exist and match PATH in ~/ippconfig/ippmonitor.config)"
+# It also must be built for the same O/S as the install machine"
+# for example:"
+psconfig ipp-20210708-gentoo
 
 # run psconfigure to generate Makefile and raw/site.php 
@@ -23,14 +35,16 @@
 cp config.dat.in config.dat
 
+# for running czarpool.pl, 
+cp czartool/czarconfig.xml.in czartool/czarconfig.xml
+
 # install the php code:
 # czartool_plots and ippMetrics will be linked to different path in different hostnames 
 make
 
-# for running czarpool.pl, 
-cp czartool/czarconfig.xml.in czartool/czarconfig.xml
 # then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir
 # <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path> 
 # <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation>
-# enter czartool
-./czarpool.pl
 
+# czarpoll.pl and roboczar.pl should be launched within 'screen' processes, traditionally
+# named CzarPoll and Roboczar
+ 
Index: trunk/ippMonitor/raw/site.php
===================================================================
--- trunk/ippMonitor/raw/site.php	(revision 41726)
+++ 	(revision )
@@ -1,149 +1,0 @@
-<?php
-
-// this file is generated by running configure in the ippMonitor directory
-// values below are set based on the binary, etc paths.
-
-$WWWHOST    = "ipp113.ifa.hawaii.edu";
-
-$PERLLIB    = "/data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/lib";
-$BINDIR     = "/data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/bin";
-$LIBDIR     = "/data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/lib";
-$SITE       = "/data/ippc64.1/ippitc/ippconfig/ippmonitor.config";
-
-$DBI     = "DB";
-
-// location of plots produced by czarpoll.pl
-$CZARPLOTDIR     = "./czartool_plots";
-$METRICSPLOTDIR  = "./ippMetrics";
-
-// insert config.dat here. this contains a number of system-specific things like
-// the names of database machines and users
-
-
-// host and user information for the main processing database (contains, e.g., gpc1, gpc2, etc)
-$DBHOST    = "ippdb05";
-$DBUSER    = "ipp";
-$DBPASS    = "ipp";
-
-// location of nebulous apache interface machine
-$NEB_SERVER = "http://ippc33/nebulous";
-
-// Czartool configuration variables
-// NOTE: These should match the configuration file used by the czartool perl modules: czartool/czarconfig.xml
-$CZARDBNAME = "czardb";
-$CZARDBHOST = "ippdb05";
-
-// location of plots produced by czarpoll.pl
-//$CZARPLOTDIR = "/export/ipp113.0/ipp/czartool_plots";
-//$CZARPLOTDIR = "/export/ipp117.0/ipp/czartool_plots";
-
-// Temporary files belonging to DELETION_USER and older than
-// DELETION_DELAY minutes will be delayed by the
-// delete_old_tmp_files() function (see raw/ipp.php)
-
-$DELETION_USER   = "apache";
-$DELETION_DELAY  = 15;
-
-$HOST_GPC1  = "ippdb05.IfA.Hawaii.Edu";
-$USER_GPC1  = "ippMonitor";
-$PASSWORD_GPC1  = "ippMonitor";
-$LABEL_GPC1  = "ippdb05 master db(czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)";
-
-$REPL_HOST_GPC1  = "ippdb01.IfA.Hawaii.Edu";
-$REPL_USER_GPC1  = "ippMonitor";
-$REPL_PASSWORD_GPC1  = "ippMonitor";
-$REPL_LABEL_GPC1  = "ippdb01 repl1 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)";
-
-$REPL_HOST_GPC1_SECONDARY  = "ippdb09.IfA.Hawaii.Edu";
-$REPL_USER_GPC1_SECONDARY  = "ippMonitor";
-$REPL_PASSWORD_GPC1_SECONDARY  = "ippMonitor";
-$REPL_LABEL_GPC1_SECONDARY  = "ippdb09 repl2 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)";
-
-$REPL_HOST_GPC1_TERTIARY = "ipp116.IfA.Hawaii.Edu";
-$REPL_USER_GPC1_TERTIARY = "ippMonitor";
-$REPL_PASSWORD_GPC1_TERTIARY = "ippMonitor";
-$REPL_LABEL_GPC1_TERTIARY = "ipp116 repl3 (czardb, gpc1, gpc2, ippadmin, ipptopsps, megacam, ssp, uip)";
-
-$HOST_NEBULOUS  = "nebulous.ipp.ifa.hawaii.edu";
-$USER_NEBULOUS  = "ippMonitor";
-$PASSWORD_NEBULOUS  = "ippMonitor";
-$LABEL_NEBULOUS  = "ippdb11 nebulous master";
-
-$REPL_HOST_NEBULOUS = "ippdb06.IfA.Hawaii.Edu";
-$REPL_USER_NEBULOUS = "ippMonitor";
-$REPL_PASSWORD_NEBULOUS = "ippMonitor";
-$REPL_LABEL_NEBULOUS = "ippdb06 nebulous repl1";
-
-$REPL_HOST_NEBULOUS_SECONDARY  = "ippdb12.IfA.Hawaii.Edu";
-$REPL_USER_NEBULOUS_SECONDARY  = "ippMonitor";
-$REPL_PASSWORD_NEBULOUS_SECONDARY  = "ippMonitor";
-$REPL_LABEL_NEBULOUS_SECONDARY  = "ippdb12 nebulous repl2";
-
-$REPL_HOST_NEBULOUS_TERTIARY  = "ippdb13.IfA.Hawaii.Edu";
-$REPL_USER_NEBULOUS_TERTIARY  = "ippMonitor";
-$REPL_PASSWORD_NEBULOUS_TERTIARY  = "ippMonitor";
-$REPL_LABEL_NEBULOUS_TERTIARY  = "ippdb13 nebulous repl3";
-
-$HOST_PSTAMP  = "ipp113.IfA.Hawaii.Edu";
-$USER_PSTAMP  = "ipp";
-$PASSWORD_PSTAMP  = "ipp";
-$LABEL_PSTAMP  = "ipp113 (ippRequestServer)";
-
-$REPL_HOST_DATASTORE  = "ipp117.IfA.Hawaii.Edu";
-$REPL_USER_DATASTORE  = "ipp";
-$REPL_PASSWORD_DATASTORE  = "ipp";
-$REPL_LABEL_DATASTORE  = "ipp117 (datastore replicant)";
-
-//Important machines that should be checked for accessibiltiy
-$HOST_GATEWAY  = "ipp113.IfA.Hawaii.Edu";
-$LABEL_GATEWAY  = "ipp113 (gateway server)";
-
-$HOST_GATEWAY_SECONDARY  = "ipp117.IfA.Hawaii.Edu";
-$LABEL_GATEWAY_SECONDARY  = "ipp117 (gateway backup)";
-
-$HOST_PROXY  = "ippops1.IfA.Hawaii.Edu";
-$LABEL_PROXY  = "ippops1 (proxy server)";
-
-$HOST_APACHE1  = "ippc33.IfA.Hawaii.Edu";
-$LABEL_APACHE1  = "ippc33 (apache node)";
-
-$HOST_APACHE2  = "ippc34.IfA.Hawaii.Edu";
-$LABEL_APACHE2  = "ippc34 (apache node)";
-
-$HOST_APACHE3  = "ippc35.IfA.Hawaii.Edu";
-$LABEL_APACHE3  = "ippc35 (apache node)";
-
-$HOST_APACHE4  = "ippc43.IfA.Hawaii.Edu";
-$LABEL_APACHE4  = "ippc43 (apache node)";
-
-$HOST_APACHE5  = "ippc44.IfA.Hawaii.Edu";
-$LABEL_APACHE5  = "ippc44 (apache node)";
-
-$HOST_APACHE6  = "ippc45.IfA.Hawaii.Edu";
-$LABEL_APACHE6  = "ippc45 (apache node)";
-
-$HOST_APACHE_BACKUP1  = "ippc36.IfA.Hawaii.Edu";
-$LABEL_APACHE_BACKUP1 = "ippc36 (backup apache)";
-
-$HOST_APACHE_BACKUP2  = "ippc46.IfA.Hawaii.Edu";
-$LABEL_APACHE_BACKUP2 = "ippc46 (backup apache)";
-
-$HOST_HOME  = "ipphome0.IfA.Hawaii.Edu";
-$LABEL_HOME  = "ipphome0 (ITC homedir)";
-
-$HOST_HOME_BACKUP  = "ipphome0.IfA.Hawaii.Edu";
-$LABEL_HOME_BACKUP  = "ipphome0 (ITC homedir)";
-
-$HOST_NAGIOS  = "ipphome0.IfA.Hawaii.Edu";
-$LABEL_NAGIOS  = "ipphome0 (nagios/ITC home backup)";
-
-$HOST_SVN  = "ippops4.IfA.Hawaii.Edu";
-$LABEL_SVN  = "ippops4 (svn server)";
-
-$HOST_CONFLUENCE  = "ippops4.IfA.Hawaii.Edu";
-$LABEL_CONFLUENCE  = "ippops4 (confluence/Jira)";
-
-$HOST_MAILMAN  = "ippops3.IfA.Hawaii.Edu";
-$LABEL_MAILMAN  = "ippops3 (mailman)";
-
-?>
