traefik/docs/content/operations/ping.md
mpl 092aa8fa6d API: remove configuration of Entrypoint and Middlewares
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2019-07-19 12:28:07 +02:00

678 B

Ping

Checking the Health of Your Traefik Instances {: .subtitle }

Configuration Examples

??? example "Enabling /ping"

```toml
[ping]
```
Path Method Description
/ping GET, HEAD A simple endpoint to check for Traefik process liveness. Return a code 200 with the content: OK

Configuration Options

The /ping health-check URL is enabled with the command-line --ping or config file option [ping].