2010-07-30 20:40:09 +00:00
|
|
|
<?php
|
|
|
|
|
|
2016-07-07 01:33:43 -05:00
|
|
|
$rrd_filename = rrd_name($device['hostname'], 'cipsec_flow');
|
2010-07-30 20:40:09 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$ds_in = 'InOctets';
|
|
|
|
|
$ds_out = 'OutOctets';
|
2010-07-30 20:40:09 +00:00
|
|
|
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/generic_data.inc.php';
|