freedomsex/health-bundle

This package is abandoned and no longer maintained. The author suggests using the a4sex/health-bundle package instead.

Installs: 883

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Type:symfony-bundle

1.0.0 2020-05-07 20:35 UTC

This package is auto-updated.

Last update: 2023-04-04 16:48:00 UTC


README

Simple health check symfony bundle. For third-party uptime services and notifications. For instance https://uptimerobot.com/

# routing config

health-check:
  resource: "@HealthBundle/Resources/config/routes.yaml"

Check

Request to site.com/health - json Response "ok" and status 200. Incorrect server or application configuration - 500, 502, 401, 403 statuses. Or failed request.

Additional simple checks and configurations are planned.