1
0
mirror of https://github.com/moexe/FFFGateway-Monitoring.git synced 2024-11-23 14:13:42 +01:00
FFFGateway-Monitoring/html/routers-l2tp-has.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
428 B
HTML

<div id="content">
<H2>Router via l2tp in der has-hood</H2>
<?php
$routers = file_get_contents('http://5.189.166.50/l2tp_routers');
$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>l2tp Router has-sued: $i"
?>
</div>
</div></div>
</div></div></div>
</body>
</html>