mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* when an email is attempted to be sent but there are no recipients send to default_mail address
2 lines
321 B
SQL
2 lines
321 B
SQL
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.default_if_none','false','false','Send mail to default contact if no other contacts are found','alerting',0,'general',0,'0','0');
|