From a0596ded6cdae46e62d3e5b86bfa86ef3f086e7d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 3 May 2024 11:15:55 +0300 Subject: add -force to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 839294b..8e62cea 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,10 @@ Type `doas crontab -e -u _gogios` and press Enter to open the crontab file for t ``` */5 8-22 * * * /usr/local/bin/gogios -cfg /etc/gogios.json 0 7 * * * /usr/local/bin/gogios -renotify -cfg /etc/gogios.json +0 3 * * 0 /usr/local/bin/gogios -force -cfg /etc/gogios.json ``` -Gogios is now configured to run every five minutes from 8 am to 10 pm via CRON as the `_gogios` user. It will execute the checks and send monitoring status whenever a check status changes via email according to your configuration. Also, Gogios will run once at 7 am every morning and re-notify all unhandled alerts as a reminder. +Gogios is now configured to run every five minutes from 8 AM to 10 PM via CRON as the `_gogios` user. It will execute checks and send monitoring status updates via email whenever a check status changes according to your configuration. Additionally, Gogios will run once at 7 AM every morning to re-notify all unhandled alerts as a reminder. Furthermore, Gogios will also run every Sunday morning at 3 AM and will send out a notification even if all checks are in the state OK, providing ensurance that the email server is still functional. ### High-availability -- cgit v1.2.3