Prometheus is architected for reliability of alerting, how do you set it up?
A blog on monitoring, scale and operational Sanity
Prometheus is architected for reliability of alerting, how do you set it up?
Have you ever wondered what exactly that "Silence" button on each of your alerts in the Alertmanager actually does? Perhaps you have an idea but are unsure of their correct usage or value.
In this post I aim to clear up any confusion surrounding the silencing of alerts, so you can make the most of its functionality and understand when and why to use them.
Read more
Usually the Prometheus Alertmanager will send a given notification to only one destination. What if you want it to go to both Slack and Pagerduty though?
A handy feature of the Alertmanager is that almost all notification fields are templatable. This can be used to route emails based on labels.
The Alertmanager has integrations to a variety of popular notification mechanisms. Let's see how easy it is to hook it in to OpsGenie. Read more
We've already looked at how to setup Slack with the Alertmanager, and saw the default notification. Wouldn't it be nice to customise it?
Today let's look at how to integrate HipChat with the Prometheus Alertmanager.
A not uncommon question about Prometheus is why the Alertmanager is a separate binary. Let's look at that.
We've already looked at how the Prometheus Alertmanager can talk to Pagerduty and Slack. It also works with SMTP, more commonly known as email. Let's see how to get it working via a Gmail account.
Previously we looked at how to use the Prometheus Alertmanager with Pagerduty. The Alertmanager supports more than just sending pages, there's integrations with popular chat applications too. Let's look at how to integrate with Slack.