alertmanager/asset
Max Leonard Inden 2223da2c30
api/v2: Do not populate cluster info if clustering is disabled
When users start Alertmanager with `--cluster.listen-address=`, the
cluster will not be initialized, hence api.peer will be `nil`. So far
this would result in a nil pointer dereference by the API v2 accessing
the api.peer field.

With this patch, api v2 skips populating the peers array, sets the name
to an empty string and the status to "disabled" in case `api.peer` is
nil.

Signed-off-by: Max Leonard Inden <IndenML@gmail.com>
2019-01-28 11:19:47 +01:00
..
asset.go Migrate from go-bindata to vfsgen (#1532) 2018-09-24 15:12:40 +02:00
asset_generate.go Migrate from go-bindata to vfsgen (#1532) 2018-09-24 15:12:40 +02:00
assets_vfsdata.go api/v2: Do not populate cluster info if clustering is disabled 2019-01-28 11:19:47 +01:00
doc.go Migrate from go-bindata to vfsgen (#1532) 2018-09-24 15:12:40 +02:00