Files
librenms-librenms/includes/html/graphs/device/cipsec_flow_bits.inc.php
2020-09-21 15:40:17 +02:00

9 lines
168 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';