promgen
promgen copied to clipboard
[Question]How can I receive an alert message?
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.
This is the information of the project.
This is the test email I received.
PromGen is already receiving alert notifications from Alertmanager. What should I do to receive alert notifications sent out by PromGen?