mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
Tony Murray
parent
5c83d438c5
commit
52ea0a58b3
@@ -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';
|
||||
|
Reference in New Issue
Block a user