freedomsex/health-bundle

此包已被 放弃 且不再维护。作者建议使用 a4sex/health-bundle 包代替。

安装: 885

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 2

类型: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

简单的健康检查 symfony 扩展包。用于第三方在线状态服务和通知。例如 https://uptimerobot.com/

# routing config

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

检查

请求 site.com/health - json 响应 "ok" 和状态 200。错误的服务器或应用程序配置 - 500、502、401、403 状态。或者请求失败。

计划添加额外的简单检查和配置。