mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
15 lines
274 B
PHP
15 lines
274 B
PHP
<?php
|
|
|
|
echo("Polling Netstats:");
|
|
|
|
include("netstats-ip.inc.php");
|
|
include("netstats-tcp.inc.php");
|
|
include("netstats-udp.inc.php");
|
|
include("netstats-icmp.inc.php");
|
|
include("netstats-snmp.inc.php");
|
|
include("netstats-ip_forward.inc.php");
|
|
|
|
echo("\n");
|
|
|
|
?>
|