mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
Also add human-readable x509 text format. Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
TLS Transport Config Example
Usage
- Install dependencies:
go install github.com/cloudflare/cfssl/cmd/cfsslgo install github.com/mattn/goreman
- Build Alertmanager (root of repository):
go mod downloadmake build.
make start(inside this directory).
Testing
- Start the cluster (as explained above)
- Navigate to one of the Alertmanager instances at
localhost:9093. - Create a silence.
- Navigate to the other Alertmanager instance at
localhost:9094. - Observe that the silence created in the other Alertmanager instance has been synchronized over to this instance.
- Repeat.