2015-05-19 19:58:46 +02:00
|
|
|
<?php
|
|
|
|
|
|
2016-07-08 15:09:11 -05:00
|
|
|
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
|
|
|
}
|