Allow a user-defined window to add tolerance to delay-values

This is to counter cronjob irregularities as they arent always executed on *:00 dead
This commit is contained in:
f0o
2015-05-17 12:13:52 +00:00
parent 83a3335c6d
commit 6624c17534
3 changed files with 4 additions and 3 deletions

View File

@@ -152,8 +152,8 @@ $config['email_smtp_auth'] = FALSE; // Whether or
$config['email_smtp_username'] = NULL; // SMTP username.
$config['email_smtp_password'] = NULL; // Password for SMTP authentication.
$config['alerts']['email']['default_only'] = FALSE; // Only send alerts to default-contact
$config['alerts']['email']['default'] = NULL; // Default-Contact
$config['alert']['default_only'] = false; //Only issue to default_mail
$config['alert']['default_mail'] = ''; //Default email
```
## <a name="transports-api">API</a>