librenms-librenms/html/includes/graphs/device/zywall_sessions.inc.php
2016-10-19 21:46:02 +02:00

17 lines
268 B
PHP

<?php
$rrd_filename = rrd_name($device['hostname'], 'zywall-sessions');
$ds = 'sessions';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Sessions';
require 'includes/graphs/generic_simplex.inc.php';