Add watchdog docs
Dieser Commit ist enthalten in:
Ursprung
3454467df8
Commit
8ee831eff9
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
10
docs/u_e-watchdog-thresholds.md
Normale Datei
10
docs/u_e-watchdog-thresholds.md
Normale Datei
|
@ -0,0 +1,10 @@
|
|||
Watchdog has default values for all thresholds which fit great for most of setups.
|
||||
|
||||
Thresholds variables don't added to `mailcow.conf` by default.
|
||||
To adjust them just add needed threshold variable to `mailcow.conf` and run `docker-compose up -d`.
|
||||
|
||||
## Thresholds description
|
||||
|
||||
### MAILQ_CRIT and MAILQ_THRESHOLD
|
||||
|
||||
Notificaty administrators if number of emails in the postfix queue is greater then `MAILQ_CRIT` for periond of `MAILQ_THRESHOLD * (60±30)` seconds.
|
Laden …
In neuem Issue referenzieren