...

Text file src/github.com/prometheus/alertmanager/examples/ha/tls/README.md

Documentation: github.com/prometheus/alertmanager/examples/ha/tls

     1# TLS Transport Config Example
     2
     3## Usage
     41. Install dependencies:
     5   1. `go install github.com/cloudflare/cfssl/cmd/cfssl`
     6   2. `go install github.com/mattn/goreman`
     72. Build Alertmanager (root of repository):
     8   1. `go mod download`
     9   1. `make build`.
    102. `make start` (inside this directory).
    11
    12## Testing
    131. Start the cluster (as explained above)
    142. Navigate to one of the Alertmanager instances at `localhost:9093`.
    153. Create a silence.
    164. Navigate to the other Alertmanager instance at `localhost:9094`.
    175. Observe that the silence created in the other Alertmanager instance has been synchronized over to this instance.
    186. Repeat.

View as plain text