mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-18 00:14:54 +02:00
Added support for Cisco ASA Connection graphs
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user