Prometheus : Install Alertmanager

Prometheus : Install Alertmanager

Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=zbLAttiQaJI



Duration: 6:11
0 views
0


Documentation : https://sbcode.net/prometheus/alert-manager/

Install the Prometheus Alertmanager
# sudo apt install prometheus-alertmanager
It has started a new service called prometheus-alertmanager
# sudo service prometheus-alertmanager status
It is also managed by the user prometheus
# ps -u prometheus
Note that the service is running on port 9093
Visit http://[your domain name or ip]:9093/
Check the endpoint in the prometheus.yml is correctly set for the location of your Alertmanager.
Mine is set to the Alertmanager running locally on localhost:9093
You can optionally also add the Alertmanager metrics endpoint to be scraped by Prometheus as well so that you can monitor its performance.







Tags:
prometheus
prometheus engineer
prometheus alertmanager
prometheus alerting manager