636 B
636 B
TLS Transport Config Example
Usage
- Install dependencies:
go install github.com/cloudflare/cfssl/cmd/cfssl
go install github.com/mattn/goreman
- Build Alertmanager (root of repository):
go mod download
make 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.