Closed Kiruthick-Roxx closed 1 day ago
That's what notifications do.
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.
@Kiruthick-Roxx @unocelli
Here is the link for discussion.
I'm working on this issue $sendMessage
Thanks
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..