librenms/html/pages/device/graphs/netstats_tcp.inc.php
Tom Laermans 1a477eebbe device subpages cleanup, remove dead code
git-svn-id: http://www.observium.org/svn/observer/trunk@1896 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-16 23:10:10 +00:00

10 lines
207 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");
}
?>