-
-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] SMTP Mailing for Alarms #1475
Comments
But that doesn't work for individual alarms right? It only gets the alarm type and then sends mail if any of the Alarm of type (for example: high high) is triggered. Correct me if I'm wrong. |
This can been done easily from outside this project. |
Can you please share some idea? |
I suppose that a good compromise could be to add $sendMail function to de script |
I began by proposing an option to select categories in the alarm through a 'mat-chip-grid' component, allowing for the filtering of alarms by these categories on the notification screen, but maybe use user groups is better. However, my co-worker brought up a broader topic that warrants further discussion: the introduction of dynamic user groups, which would replace the existing UserGroups.Groups. Here is the link for discussion. |
Describe the feature
It would be good feature to add SMTP mailing for individual alarms in the action configuration panel, so that any critical alarms will be immediately notified by mail.
Describe the solution you'd like
In the alarms action property panel, one more option like SMTP can be added and if possible additional settings to send the mail for the alarms can also be added. Upon selecting that, a mail should be sent to the receiver based on the configuration.
Additional context
It would be really helpful in the industry as the responsible person will be immediately notified rather than someone noticing the alarm and then taking action. It would also be good if I'm able to store historical alarms to Influxdb..
The text was updated successfully, but these errors were encountered: