mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
alerting: Added option to enable/disable option for sending alerts to normal users (#6590)
* alerting: Added option to enable/disable option for sending alerts to normal users * Update notifications.rss * added missing sql * Fix schema * Update notifications.rss
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
74c7611bca
commit
612186dabf
@@ -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.users',false,false,'Issue alerts to normal users','alerting',0,'general',0 ,'0' ,'0');
|
||||
Reference in New Issue
Block a user