mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 00:16:21 +02:00
7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
|
|
$ds_in = 'ByteCounts';
|
|
$ds_out = 'ClientByteCounts';
|
|
|
|
require 'includes/graphs/generic_data.inc.php';
|