a4sex/health-bundle

Installs: 139

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

v1.1.4 2023-09-14 08:59 UTC

This package is auto-updated.

Last update: 2024-04-14 10:09:59 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.