Files
2019-04-12 20:47:13 -05:00

9 lines
169 B
PHP

<?php
$rrd_filename = rrd_name($device['hostname'], 'cipsec_flow');
$ds_in = 'InOctets';
$ds_out = 'OutOctets';
require 'includes/html/graphs/generic_data.inc.php';