* * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. */ $no_refresh = true; ?>
'alert.disable', 'descr' => 'Disable alerting', 'type' => 'checkbox', ), array('name' => 'alert.admins', 'descr' => 'Issue alerts to admins', 'type' => 'checkbox', ), array('name' => 'alert.globals', 'descr' => 'Issue alerts to read only users', 'type' => 'checkbox', ), array('name' => 'alert.syscontact', 'descr' => 'Issue alerts to sysContact', 'type' => 'checkbox', ), array('name' => 'alert.default_only', 'descr' => 'Send alerts to default contact only', 'type' => 'checkbox', ), array('name' => 'alert.default_mail', 'descr' => 'Default contact', 'type' => 'text', ), array('name' => 'alert.tolerance_window', 'descr' => 'Tolerance window for cron', 'type' => 'text', ), array('name' => 'alert.fixed-contacts', 'descr' => 'Updates to contact email addresses not honored', 'type' => 'checkbox', ), ); $mail_conf = array( array('name' => 'alert.transports.mail', 'descr' => 'Enable email alerting', 'type' => 'checkbox', ), array('name' => 'email_backend', 'descr' => 'How to deliver mail', 'options' => $dyn_config['email_backend'], 'type' => 'select', ), array('name' => 'email_user', 'descr' => 'From name', 'type' => 'text', ), array('name' => 'email_from', 'descr' => 'From email address', 'type' => 'text', ), array('name' => 'email_html', 'descr' => 'Use HTML emails', 'type' => 'checkbox', ), array('name' => 'email_sendmail_path', 'descr' => 'Sendmail path', 'type' => 'text', ), array('name' => 'email_smtp_host', 'descr' => 'SMTP Host', 'type' => 'text', ), array('name' => 'email_smtp_port', 'descr' => 'SMTP Port', 'type' => 'text', ), array('name' => 'email_smtp_timeout', 'descr' => 'SMTP Timeout', 'type' => 'text', ), array('name' => 'email_smtp_secure', 'descr' => 'SMTP Secure', 'type' => 'select', 'options' => $dyn_config['email_smtp_secure'], ), array('name' => 'email_smtp_auth', 'descr' => 'SMTP Authentication', 'type' => 'checkbox', ), array('name' => 'email_smtp_username', 'descr' => 'SMTP Authentication Username', 'type' => 'text', ), array('name' => 'email_smtp_password', 'descr' => 'SMTP Authentication Password', 'type' => 'text', ), ); echo '