Files
librenms-librenms/includes/html/graphs/device/arbos_flows.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
312 B
PHP
Raw Normal View History

<?php
$rrd_filename = Rrd::name($device['hostname'], 'arbos_flows');
require 'includes/html/graphs/common.inc.php';
$ds = 'flows';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'flows';
require 'includes/html/graphs/generic_simplex.inc.php';