Hello,
After 10 pm, we don’t send alerts. The next morning, I had no idea what was going on until I arrived at work, because we don’t have mobile access implemented (assuming this feature even exists yet).
So, I wrote a small script that sends out a daily notification at 6 am on workdays. The email contains a list of hosts and services with open alerts. I spent a long time trying to solve this using a built-in feature, but currently, we only have the RAW edition.
The scheduling is handled via the site user’s crontab.
I’m not a professional Python programmer, so the script may contain quite a few mistakes.
