Is your feature request related to a problem? Please describe.
I'm trying to quiet down notifications to make errors or issues stand out. Currently, this tool will send an email on errors AND on successful runs.
Describe the solution you'd like
Add an option to send an email notification only when there is an error.
For example, in update.conf:
# Proxmox email user
EMAIL_USER="root"
# send email if no updates available
EMAIL_NO_UPDATES="false"
EMAIL_NO_ERROR="false"
Describe alternatives you've considered
Alternatively, I can disable your notifications and run a script to notify when error text is captured in the log.
Additional context
Great tool, looking forward to future enhancements!
Is your feature request related to a problem? Please describe.
I'm trying to quiet down notifications to make errors or issues stand out. Currently, this tool will send an email on errors AND on successful runs.
Describe the solution you'd like
Add an option to send an email notification only when there is an error.
For example, in update.conf:
Describe alternatives you've considered
Alternatively, I can disable your notifications and run a script to notify when error text is captured in the log.
Additional context
Great tool, looking forward to future enhancements!