librenms/sql-schema/247.sql
Tony Murray 94f5ed67c5 Remove alert.macros from db schema again. (#8460)
Only affects new installs.
Leave dynamic config settings.
2018-03-23 18:56:27 +00:00

2 lines
2.8 KiB
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.admins','true','true','Alert administrators','alerting',0,'general',0,'0','0'),('alert.default_only','true','true','Only alert default mail contact','alerting',0,'general',0,'0','0'),('alert.default_mail','','','The default mail contact','alerting',0,'general',0,'0','0'),('alert.transports.pagerduty','','','Pagerduty transport - put your API key here','alerting',0,'transports',0,'0','0'),('alert.pagerduty.account','','','Pagerduty account name','alerting',0,'transports',0,'0','0'),('alert.pagerduty.service','','','Pagerduty service name','alerting',0,'transports',0,'0','0'),('alert.tolerance_window','5','5','Tolerance window in seconds','alerting',0,'general',0,'0','0'),('email_backend','mail','mail','The backend to use for sending email, can be mail, sendmail or smtp','alerting',0,'general',0,'0','0'),('alert.transports.dummy','false','false','Dummy transport','alerting',0,'transports',0,'0','0'),('alert.transports.mail','true','true','Mail alerting transport','alerting',0,'transports',0,'0','0'),('alert.transports.irc','FALSE','false','IRC alerting transport','alerting',0,'transports',0,'0','0'),('alert.globals','true','TRUE','Alert read only administrators','alerting',0,'general',0,'0','0'),('email_from','NULL','NULL','Email address used for sending emails (from)','alerting',0,'general',0,'0','0'),('email_user','LibreNMS','LibreNMS','Name used as part of the from address','alerting',0,'general',0,'0','0'),('email_sendmail_path','/usr/sbin/sendmail','/usr/sbin/sendmail','Location of sendmail if using this option','alerting',0,'general',0,'0','0'),('email_smtp_host','localhost','localhost','SMTP Host for sending email if using this option','alerting',0,'general',0,'0','0'),('email_smtp_port','25','25','SMTP port setting','alerting',0,'general',0,'0','0'),('email_smtp_timeout','10','10','SMTP timeout setting','alerting',0,'general',0,'0','0'),('email_smtp_secure','','','Enable / disable encryption (use tls or ssl)','alerting',0,'general',0,'0','0'),('email_smtp_auth','false','FALSE','Enable / disable smtp authentication','alerting',0,'general',0,'0','0'),('email_smtp_username','NULL','NULL','SMTP Auth username','alerting',0,'general',0,'0','0'),('email_smtp_password','NULL','NULL','SMTP Auth password','alerting',0,'general',0,'0','0'),('alert.syscontact','true','TRUE','Issue alerts to sysContact','alerting',0,'general',0,'0','0'),('alert.fixed-contacts','true','TRUE','If TRUE any changes to sysContact or users emails will not be honoured whilst alert is active','alerting',0,'general',0,'0','0'),('alert.transports.nagios','','','Nagios compatible via FIFO','alerting',0,'transports',0,'0','0');