Added support for Cisco ASA Connection graphs

This commit is contained in:
laf
2014-07-03 15:27:52 +01:00
parent 72c3e3e3c9
commit 7d2ee3bc56
6 changed files with 97 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
ALTER TABLE `sensors` ADD `sensor_alert` TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER `sensor_limit_low_warn` ;
INSERT INTO `graph_types` SET `graph_type`='device', `graph_subtype`='asa_conns',`graph_section`='firewall',`graph_descr`='Current connections',`graph_order`='0';