Files
librenms/html/pages/device/graphs/netstats_tcp.inc.php
T
2010-07-29 20:34:31 +00:00

10 lines
242 B
PHP

<?php
if(is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/netstats-tcp.rrd")) {
$graph_title = "TCP Statistics";
$graph_type = "device_tcp";
include ("includes/print-device-graph.php");
}
?>