Files

20 lines
374 B
PHP
Raw Permalink Normal View History

<?php
$rrd_filename = rrd_name($device['hostname'], 'routeros_pppoe_sessions');
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
$ds = 'pppoe_sessions';
$colour_area = '99cc99';
$colour_line = '00cc00';
$colour_area_max = '99cc99';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'PPPoE Sessions';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';