
Prometheus : Install Alertmanager
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=zbLAttiQaJI
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.
Other Videos By SBCODE
2020-11-02 | Prometheus : Configure a Second External SNMP Daemon |
2020-11-02 | Prometheus : SNMP Exporter |
2020-11-02 | Prometheus : SNMP Introduction |
2020-10-24 | CMY Cube (Cheap Copy) |
2020-10-02 | Send SMS using a SIM800c Module |
2020-10-02 | Receive SMS using a SIM800c Module |
2020-09-29 | Connect SIM800C SMS Module to a Raspberry PI |
2020-09-27 | Prometheus : Adding the Alert Manger UI |
2020-09-26 | Prometheus : Configure Alert Manager SMTP Settings |
2020-09-25 | Prometheus : Install Send Only SMTP Server |
2020-09-25 | Prometheus : Install Alertmanager |
2020-09-24 | Prometheus : Alerting Rules |
2020-09-24 | Prometheus : Recording Rules |
2020-09-23 | Prometheus : PromQL Example Queries |
2020-09-22 | Prometheus : Deleting a Time Series |
2020-09-22 | Prometheus : Install an External Node Exporter |
2020-09-21 | Prometheus : Scrape Target Basics |
2020-09-20 | Prometheus : Add Basic Authentication to the User Interface |
2020-09-20 | Prometheus : Add SSL to Nginx Reverse Proxy |
2020-09-20 | Prometheus : Setup Reverse Proxy with Nginx |
2020-09-20 | Prometheus : Install |
Tags:
prometheus
prometheus engineer
prometheus alertmanager
prometheus alerting manager