alertmanager/docs/management_api.md
Julien Pivotto e831a6af5d
Release 0.20 docs (#2292)
* Raw docs imports

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>

* Adapt for this repository

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-06-11 15:49:40 +02:00

632 B

title sort_rank
Management API 9

Management API

Alertmanager provides a set of management API to ease automation and integrations.

Health check

GET /-/healthy

This endpoint always returns 200 and should be used to check Alertmanager health.

Readiness check

GET /-/ready

This endpoint returns 200 when Alertmanager is ready to serve traffic (i.e. respond to queries).

Reload

POST /-/reload

This endpoint triggers a reload of the Alertmanager configuration file.

An alternative way to trigger a configuration reload is by sending a SIGHUP to the Alertmanager process.