promgen icon indicating copy to clipboard operation
promgen copied to clipboard

[Question]How can I receive an alert message?

Open x18638798341 opened this issue 1 year ago • 0 comments

Hello,I am currently running PromGen using the Release-v0.56.0 version of the code.

Ran a promgen web application using the following command. docker run --rm --network host -v ~/.config/promgen:/etc/promgen/ line/promgen:local-v0.56.0

Ran a celery worker using the following command. docker run -it -u 1000:1000 --rm --name promgen-work --network host -v ~/.config/promgen/:/etc/promgen/ -v /opt/install/prometheus-2.43.0-rc.0.linux-amd64/promgen:/etc/prometheus line/promgen:local worker -l info -E --queues xxx

Now, I have added a service and a project. Currently, PromGen is able to update the Prometheus configuration and alert rule files successfully. I can also see the forwarded alerts from Alertmanager on the PromGen web page. However, I am not receiving any alert notifications. (I am able to receive test alert emails successfully via the test button.)

This is the information of the service. image This is the information of the project. image This is the test email I received. image

PromGen is already receiving alert notifications from Alertmanager. What should I do to receive alert notifications sent out by PromGen?

x18638798341 avatar Mar 17 '23 01:03 x18638798341