Files
librenms-librenms/html/includes/graphs/device/sgos_server_connections.inc.php
centralscrutiniser 52ea0a58b3 Bluecoat updates - Fixes (#8715)
* Blue Coat device updates

* Blue Coat device updates

* Updated PHP code per @laf comments

* YAML update for Packetshaper

* SSL Visibility YAML and snmprec file

* Cleanup problematic MIB files which should not have been there

* Reset Packetshaper YAML to original

* Fixed typos and value bugs in inc files|added missing definitions.inc.php entries to display graphs

* Fixed SQL typo

* Corrected SQL file names

* Update 251.sql
2018-05-22 09:29:45 -05:00

19 lines
327 B
PHP

<?php
$rrd_filename = rrd_name($device['hostname'], 'sgos_server_connections');
require 'includes/graphs/common.inc.php';
$ds = 'server_conn';
$colour_area = '9999cc';
$colour_line = 'ff0000';
$colour_area_max = '9999cc';
$scale_min = '0';
$unit_text = 'Server Conn';
require 'includes/graphs/generic_simplex.inc.php';