Files

14 lines
354 B
PHP
Raw Permalink Normal View History

<?php
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
$rrd_filename = rrd_name($device['hostname'], 'cipsec_flow');
$ds = 'Tunnels';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = 'aaaaacc';
$scale_min = 0;
$unit_text = 'Active Tunnels';
2010-08-02 02:40:17 +00:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';