martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 121 forks source link

Feature Request: Configuring minimum priority level for each notification service #77

Open Chardmw opened 3 years ago

Chardmw commented 3 years ago

Currently event notifications are for warning level events.

Would like to be able to select different warning and info level notifications for each type of notification (Pushover, SMTP, Telegram, etc...)

suckatlife commented 3 years ago

Would also be nice to optionally have more than one farm summary notification per day.

martomi commented 3 years ago

I think adding minimum priority for each service would be useful. E.g. setting Pushover min_priority: NORMAL would mean that you don't get any LOW priority notifications over Pushover. To get all of them, you'll set min_priority: LOW.

We already have a ticket for the frequency of summary here https://github.com/martomi/chiadog/issues/69