Files

19 lines
337 B
PHP
Raw Permalink Normal View History

<?php
$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';