sens2web
Status of Andrew's Loft Server at 06.02 11:20:01

Warn/Alert

Name

Low-Alert

Low-Warn

Value

High-Warn

High-Alert

   35  45  
   50  60  
  +36.0 °C 40 °C  50 °C  
3400 3600     
1.85 1.90   2.05  2.10  
1.85 1.90   2.05  2.10  
3.00 V3.10 V +3.07 V3.50 V 3.60 V 
4.60 V4.70 V +5.04 V5.30 V 5.40 V 
-5.40 -5.30   -4.70  -4.60  
11.0 V11.5 V +12.34 V12.5 V 13.0 V 
-13.0 V-12.5 V -12.20 V-11.5 V -11.0 V 
$top){$count=0;} if($flag==1){$value=array($subvalues);$start=$subl[0];$flag=0;} else array_push($value, $subvalues);if($subl[0]!="")$end=$subl[0];} }include("phplot.php");$filename="graph1".$wich.".png";$graph = new PHPlot(900 ,500 );$graph->SetFileFormat("png");$graph->SetOutputfile($filename);$graph->SetIsInline(1);$graph->SetYLabel("$titel");$showa="Sensor: ".$show." Start: ".$start." End: ".$end."";$graph->SetTitle($showa);$graph->SetBackgroundColor(array(100,100,200));$graph->SetGridColor(array(0,0,80));$graph->SetLightGridColor(array(0,0,120));$graph->SetDataColors(array("blue","red"),array("black"));if($gmax[$wich-1]){$graph->SetPlotAreaWorld(0,$gmin[$wich-1],count($value),$gmax[$wich-1]);}if($gstep[$wich-1]!=''){$graph->SetVertTickIncrement($gstep[$wich-1]);}$graph->SetPrecisionY(2);$graph->SetXDataLabelAngle(90);$graph->SetLegendPixels(77,64,0); $graph->SetLegend(array('cpu-load',"$show"));$graph->SetPlotType("lines");$graph->SetDataValues($value);$graph->SetPrintImage(0);$graph->DrawGraph();$graph->PrintImage();}if($wich!=""){?>