newdevice: Added Current Connections Graph for Cisco WSA (#6734)

* Added current connections graph for AsyncOS devices

* Fixed issues with AsyncOS connections polling and add name to AUTHORS file

* Update 194.sql
This commit is contained in:
network-guy
2017-06-02 20:58:02 +01:00
committed by Neil Lathwood
parent 60f0553a33
commit dc498be4f0
5 changed files with 50 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'asyncos_conns', 'proxy', 'Current Connections', 0);