mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
3 lines
274 B
SQL
3 lines
274 B
SQL
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';
|