Sending Alerts Using Prometheus and Alertmanager
Introduction
Continuing our series on setting up Prometheus in a container, this article provides a step-by-step guide for how to configure alerts in Prometheus. We will add alerting rules and deploy Prometheus Alertmanager with Slack integration.
If you follow the steps in this article, you will end up with a containerized setup for:
- A Prometheus instance with alerting rules.
- An Alertmanager instance which can send alerts originating from those rules to a Slack channel.
Let's get started.