mirror of
https://github.com/moexe/FFFGateway-Monitoring.git
synced 2026-02-05 22:55:11 +01:00
* Speedtest raus genommen
* Anzahl der Clients in has und has-sued als Gnuplot !!!! gnuplot installieren !!!! * Anzahl und Auflisten der fastd und l2tp Router
This commit is contained in:
19
html/routers-fastd.html
Normal file
19
html/routers-fastd.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<div id="content">
|
||||
<H2>Router via fastd in der has-sued</H2>
|
||||
|
||||
<?php
|
||||
$routers = shell_exec('sudo /var/www/html/has-mon/sensors/fastd-routers.sh');
|
||||
$router = explode(PHP_EOL, $routers);
|
||||
for($i = 0; $i < count($router); ++$i) {
|
||||
echo "<a href=\"https://monitoring.freifunk-franken.de/routers?q=^$router[$i]\$\">$router[$i]</a><br>";
|
||||
}
|
||||
--$i;
|
||||
echo "<br>fastd Router has-sued: $i"
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div></div>
|
||||
</div></div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user