Skip to content
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

Open
Kiruthick-Roxx opened this issue Nov 3, 2024 · 6 comments
Open

[FEATURE] SMTP Mailing for Alarms #1475

Kiruthick-Roxx opened this issue Nov 3, 2024 · 6 comments
Labels
feature New feature

Comments

@Kiruthick-Roxx
Copy link

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
Screenshot 2024-11-03 085928
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..

@henjoe
Copy link

henjoe commented Nov 4, 2024

That's what notifications do.
image

@Kiruthick-Roxx
Copy link
Author

Kiruthick-Roxx commented Nov 5, 2024

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.

@niektuytel
Copy link

This can been done easily from outside this project.

@Kiruthick-Roxx
Copy link
Author

Can you please share some idea?

@unocelli
Copy link
Member

unocelli commented Nov 6, 2024

I suppose that a good compromise could be to add $sendMail function to de script

@mauroalexandre
Copy link
Contributor

mauroalexandre commented Nov 6, 2024

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.

@unocelli unocelli added the feature New feature label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

5 participants