Updated to fix scrut issues

This commit is contained in:
laf
2015-04-03 20:10:42 +01:00
parent ac4eba78e4
commit 97039768a6
24 changed files with 1 additions and 27 deletions

View File

@@ -22,5 +22,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:txCapacityC:MIN:%0.2lf%s ";
$rrd_options .= " GPRINT:txCapacityC:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:radioLinkDistM:MAX:%3.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:rxoctetsAll:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:txoctetsAll:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:rxpktsAll:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:txpktsAll:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -21,4 +21,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:txFrequency:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -21,4 +21,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:radio1TempC:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:txPower:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:AirMaxCapacity:MAX:%3.0lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:AirMaxQuality:MAX:%3.0lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:RadioDistance:MAX:%3.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:RadioFreq:MAX:%3.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:RadioRssi_0:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:RadioRssi_1:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:RadioTxPower:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatCcq:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatNoiseFloor:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatRssi:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -17,4 +17,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatRxRateC:MAX:%0.2lf%s\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatSignal:MAX:%3.2lf\\\l ";
}
?>

View File

@@ -16,4 +16,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatStaCount:MAX:%3.0lf\\\l ";
}
?>

View File

@@ -17,4 +17,3 @@ if (file_exists($rrdfilename))
$rrd_options .= " GPRINT:WlStatTxRateC:MAX:%0.2lf%s\\\l ";
}
?>