Files
librenms-librenms/includes/html/graphs/ipsectunnel/bits.inc.php
T

9 lines
133 B
PHP
Raw Normal View History

2011-09-12 13:53:37 +00:00
<?php
$ds_in = 'TunInOctets';
$ds_out = 'TunOutOctets';
2011-09-12 13:53:37 +00:00
$format = 'octets';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';