1
0
mirror of https://github.com/moexe/FFFGateway-Monitoring.git synced 2024-11-23 14:13:42 +01:00
FFFGateway-Monitoring/html/routers-fastd.html
Robert Langhammer 88a1f885c0 * Speedtest raus genommen
* Anzahl der Clients in has und has-sued als Gnuplot
!!!! gnuplot installieren !!!!

* Anzahl und Auflisten der fastd und l2tp Router
2017-04-01 00:20:13 +02:00

20 lines
442 B
HTML

<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>