From 8ee831eff9b36471733b0296bb0d3e64a545a1bf Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:34:41 +0300 Subject: [PATCH] Add watchdog docs --- docs/u_e-watchdog-thresholds.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/u_e-watchdog-thresholds.md diff --git a/docs/u_e-watchdog-thresholds.md b/docs/u_e-watchdog-thresholds.md new file mode 100644 index 000000000..68f5daba3 --- /dev/null +++ b/docs/u_e-watchdog-thresholds.md @@ -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.