mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added Cisco Spark Transport #3182
* feature: Added Cisco Spark Transport * updated sql to be compliant
This commit is contained in:
committed by
Neil Lathwood
parent
ab6f78d1fe
commit
9b32fb2b91
1
sql-schema/158.sql
Normal file
1
sql-schema/158.sql
Normal file
@@ -0,0 +1 @@
|
||||
INSERT INTO config (`config_name`, `config_value`, `config_default`, `config_descr`, `config_group`, `config_group_order`, `config_sub_group`, `config_sub_group_order`, `config_hidden`, `config_disabled`) VALUES ('alert.transports.ciscospark.token','','','Cisco Spark API Token','alerting',0, 'transports', 0, '0', '0'), ('alert.transports.ciscospark.roomid','','','Cisco Spark RoomID','alerting',0, 'transports', 0, '0', '0');
|
||||
Reference in New Issue
Block a user