You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| level |**Optional.** Default logging level. Can be set to `fatal`, `error`, `warn`, `info` or `debug`. If not set, defaults to `info`. |
31
+
| output |**Optional.** Logging output. Can be set to `console` (stderr) or `systemd-journald`. If not set, logs to systemd-journald when running under systemd, otherwise stderr. |
32
+
| interval |**Optional.** Interval for periodic logging defined as duration string. Valid units are `ms`, `s`, `m`, `h`. Defaults to `20s`. |
33
+
34
+
## Notifications Configuration
35
+
36
+
Connection configuration for [Icinga Notifications](https://github.com/icinga/icinga-notifications) daemon.
37
+
If one of `url`, `username`, or `password` is set, **all** must be set.
38
+
Defined in the `notifications` section of the configuration file.
0 commit comments