Files

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

19 lines
338 B
PHP
Raw Permalink Normal View History

<?php
2021-03-28 17:25:30 -05:00
$rrd_filename = Rrd::name($device['hostname'], 'sgos_server_connections');
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
2018-05-22 15:29:45 +01:00
$ds = 'server_conn';
$colour_area = '9999cc';
$colour_line = 'ff0000';
$colour_area_max = '9999cc';
$scale_min = '0';
$unit_text = 'Server Conn';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';