You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to implement some automated testing to validate my alert receivers are working or not. Sometimes the password for email receiver will change, so the alerts will not come.
I want to validate whether my alert reciver is working or not in a programmatic way.
I found we can use the API to create an alert. But it just creating an alert and returns the status as success even the SMTP password is wrong.
Any better way to test it?
The text was updated successfully, but these errors were encountered:
SandhyaSaravana
changed the title
Test alert using Alert Manager
Test alert receivers in Alert Manager
Sep 30, 2022
I would like to implement some automated testing to validate my alert receivers are working or not. Sometimes the password for email receiver will change, so the alerts will not come.
I want to validate whether my alert reciver is working or not in a programmatic way.
I found we can use the API to create an alert. But it just creating an alert and returns the status as
success
even the SMTP password is wrong.Any better way to test it?
The text was updated successfully, but these errors were encountered: