Commit Graph

9 Commits

Author SHA1 Message Date
stuart nelson b54bca08a2 Add drift, use own proto def 2018-05-08 17:28:09 +02:00
stuart nelson 39a97d8d24 wip 2018-04-27 16:48:14 +02:00
stuart nelson b1625a08a0
Provide default working config for artifacts (#1313) 2018-04-05 16:25:45 +02:00
Fabian Reinartz 6cfbe6e8b4 update cluster listen address flag 2018-02-12 10:22:49 +01:00
Fabian Reinartz fd49dbb477 *: move to memberlist for clustering 2018-02-08 12:18:44 +01:00
Calle Pettersson b7da058efb Switch cmd/alertmanager to kingpin (#974) 2018-01-06 11:22:26 +01:00
stuart nelson 24a9a64bdf Only find MAC address if no command-line flag value given (#638)
* Find MAC address if mesh.hardware-addr not given

Defaulting to the machine's MAC address fails
sometimes fails and causes a panic. Allow the user
to specify custom address to skip this so they can
run AlertManager.

* -mesh.hardware-address -> -mesh.peer-id

* Fix command-line invocation
2017-02-28 14:57:45 +01:00
Fabian Reinartz d48b4e5dbd examples: add Go logging webhook 2016-08-19 12:13:39 +02:00
Fabian Reinartz 26b6eac6e1 *: add Procfile for example setup
This add a Procfile that can be run with `goreman start`. It starts
three Alertmanagers and one webhook receiver. The webhook receiver
simply reflects sent messages.
The send_alerts.sh script simulates a set of alerts sent by a Prometheus
server to all Alertmanagers at once.
2016-08-09 12:00:28 +02:00