2007-04-08 12:23:31 +00:00
|
|
|
<?php
|
|
|
|
|
|
2011-03-23 09:54:56 +00:00
|
|
|
echo("Polling Netstats:");
|
2007-04-08 21:26:06 +00:00
|
|
|
|
2011-03-23 09:54:56 +00:00
|
|
|
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");
|
2007-04-08 21:26:06 +00:00
|
|
|
|
2011-03-23 09:54:56 +00:00
|
|
|
echo("\n");
|
2007-04-08 12:23:31 +00:00
|
|
|
|
|
|
|
|
?>
|