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
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?
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/35185203/225791229-9bf7b632-a44f-4587-b7c9-1ea16fa64603.png)
![image](https://user-images.githubusercontent.com/35185203/225791353-86248360-5519-4dbd-819f-578f896ec615.png)
![image](https://user-images.githubusercontent.com/35185203/225791415-94f007ed-53b4-48e7-a739-7cd36ac22cdb.png)
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?
The text was updated successfully, but these errors were encountered: