Index: /trunk/ippMonitor/INSTALL
===================================================================
--- /trunk/ippMonitor/INSTALL	(revision 38215)
+++ /trunk/ippMonitor/INSTALL	(revision 38216)
@@ -1,28 +1,4 @@
 
-after setting up psconfig:
-
-alala example:
- psconfigure --dbhost alala --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs
-
-ipp001 example:
-
-psconfigure --dbhost ipp001 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs
-
-
-kiawe / alala example:
- psconfigure --dbhost alala --dbuser ipp --dbpass ipp --htdocs /var/www/kiawe
-
+# we have moved all user/password info into config.dat (see config.dat.in for an example)
 # note that we have a special version for ippmonitor without $PSCONFIG/$PSCONFDIR values:
-ipp@ippdb03 / ippdb03 example:
-# psconfigure --dbhost ippdb01 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
-
-#ipp@ippdb03 / ippdb01 example:
- psconfigure --dbhost ippdb03 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
-
-#
-# Regular installation on ippMonitor.ifa.hawaii.edu
-# Note: we use a 'science databases (replication) slave' and the ippMonitor read-only account to connect to that database
-psconfigure --dbhost scidbs1 --dbuser ippMonitor --dbpass ippMonitor --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
-
-psconfigure --dbhost scidbm --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
-
+psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
Index: /trunk/ippMonitor/Makefile.in
===================================================================
--- /trunk/ippMonitor/Makefile.in	(revision 38215)
+++ /trunk/ippMonitor/Makefile.in	(revision 38216)
@@ -162,4 +162,5 @@
 $(DESTWWW)/warpFailedSkyfiles.php \
 $(DESTWWW)/failedWarpSkyfiles.php \
+$(DESTWWW)/failedFullForceSkyfiles.php \
 $(DESTWWW)/diffSummary.php \
 $(DESTWWW)/diffSummary_Images.php \
Index: /trunk/ippMonitor/czartool/czartool/CzarDb.pm
===================================================================
--- /trunk/ippMonitor/czartool/czartool/CzarDb.pm	(revision 38215)
+++ /trunk/ippMonitor/czartool/czartool/CzarDb.pm	(revision 38216)
@@ -284,4 +284,5 @@
 #        push @{$labels}, 'LAP.PV3.20140730.diff01';
 #        push @{$labels}, 'LAP.PV3.20140730.diff01.left';
+        push @{$labels}, 'LAP.PV3.20140730.ff01.remote';
         push @{$labels}, 'LAP.PV3.20140730.ff01';
         push @{$labels}, 'LAP.PV3.20140730.ff01.left';
Index: /trunk/ippMonitor/def/failedFullForceSkyfiles.d
===================================================================
--- /trunk/ippMonitor/def/failedFullForceSkyfiles.d	(revision 38216)
+++ /trunk/ippMonitor/def/failedFullForceSkyfiles.d	(revision 38216)
@@ -0,0 +1,21 @@
+TABLE fullForceResult, fullForceRun
+TITLE FullForce Failed Skyfiles
+FILE  failedFullForceSkyfiles.php
+MENU  ipp.science.dat
+
+WHERE fullForceResult.ff_id = fullForceRun.ff_id
+WHERE fullForceResult.fault != 0
+
+#ARGS  ARG5  fullForceRun.warp_id=$fullForceRun.warp_id
+#ARGS  ARG6  fullForceRun.skycell_id=$fullForceRun.skycell_id
+
+OP     OP1  "fftool -revert -fault $fullForceResult.fault -label $fullForceRun.label -dbname ". $ID['proj'] )
+
+#     field                      size  format  name          show    link to         extras
+FIELD fullForceRun.warp_id,    	    7, %d,     fullForce ID, 
+FIELD fullForceResult.skycell_id,  10, %s,     Skycell ID,   
+FIELD fullForceRun.state,    	    8, %s,     State,        
+FIELD fullForceRun.label,    	    7, %s,     Label
+FIELD fullForceSkyfile.fault,       2, %d,     Fault
+FIELD *,			   50, %s,     Revert Command, op=OP1
+
Index: /trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- /trunk/ippMonitor/raw/czartool_labels.php	(revision 38215)
+++ /trunk/ippMonitor/raw/czartool_labels.php	(revision 38216)
@@ -13,5 +13,4 @@
 
 $gpc1db = dbconnect($ID['proj']);
-
 
 $PATH = getenv("PATH");
@@ -48,5 +47,5 @@
         "stack"     => "failedStackSkyfile.php",
         "staticsky" => "failedStaticsky.php",
-        "fullforce" => "failedChipProcessedImfile.php",
+        "fullforce" => "failedFullForceSkyfiles.php",
         "diff"      => "failedDiffSkyfile.php",
         "dist"      => "NONE", 
@@ -172,19 +171,15 @@
 echo "<td style=width:100px;text-align:top;\">";
  # time series plot
-echo "<br>";
- echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=t&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>";
+echo "<br><img src=\"czartool_getplot.php?mode=$selectedMode&type=t&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>";
  # rate time series plot
-echo "<br>";
- echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=rt&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
+echo "<br><img src=\"czartool_getplot.php?mode=$selectedMode&type=rt&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
  # rate stacked histo plot
- #echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=rh&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
+# echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=rh&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
  # histogram plot
- #echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=h&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
+# echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=h&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
  # storage plot
-echo "<br>";
- echo "<a href=\"czartool_getplot.php?type=sl\"><img title=\"Click to enlarge me\" src=\"czartool_getplot.php?type=s\"></a><br>";
+echo "<br><a href=\"czartool_getplot.php?type=sl\"><img title=\"Click to enlarge me\" src=\"czartool_getplot.php?type=s\"></a><br>";
  # storage timeseries
-echo "<br>";
-echo "<img src=\"czartool_getplot.php?type=st\"><br>";
+echo "<br><img src=\"czartool_getplot.php?type=st\"><br>";
  # pantasks server status, if requested
 echo "<br>";
