Add watchdog docs

Dieser Commit ist enthalten in:
Dmitriy Alekseev 2021-10-29 11:34:41 +03:00 committet von GitHub
Ursprung 3454467df8
Commit 8ee831eff9
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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.