Files
librenms-librenms/html/pages/device/graphs/netstats_ip_forward.inc.php

9 lines
227 B
PHP
Raw Normal View History

2015-05-19 19:58:46 +02:00
<?php
if (rrdtool_check_rrd_exists(rrd_name($device['hostname'], 'netstats-ip_forward'))) {
2015-07-13 20:10:26 +02:00
$graph_title = 'IP Forward statistics';
$graph_type = 'device_ip_forward';
2015-05-19 19:58:46 +02:00
2015-07-13 20:10:26 +02:00
include 'includes/print-device-graph.php';
2015-05-19 19:58:46 +02:00
}