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
This commit is contained in:
centralscrutiniser
2018-05-22 15:29:45 +01:00
committed by Tony Murray
parent 5c83d438c5
commit 52ea0a58b3
7 changed files with 39 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ $rrd_filename = rrd_name($device['hostname'], 'sgos_server_connections');
require 'includes/graphs/common.inc.php';
$ds = 'server_connections';
$ds = 'server_conn';
$colour_area = '9999cc';
$colour_line = 'ff0000';