Files
librenms-librenms/html/includes/graphs/device/cipsec_flow_tunnels.inc.php
T

20 lines
341 B
PHP
Raw Normal View History

<?php
2010-08-02 02:40:17 +00:00
include("includes/graphs/common.inc.php");
2010-08-02 02:40:17 +00:00
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/cipsec_flow.rrd";
$ds = "Tunnels";
2010-08-02 02:40:17 +00:00
$colour_area = "9999cc";
$colour_line = "0000cc";
$colour_area_max = "aaaaacc";
$scale_min = 0;
$unit_text = "Active Tunnels";
include("includes/graphs/generic_simplex.inc.php");
2011-03-17 13:35:25 +00:00
?>