Files

14 lines
344 B
PHP
Raw Permalink Normal View History

<?php
require 'includes/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
require 'includes/graphs/generic_simplex.inc.php';