cubesystems/laravel-health-check
最新稳定版本:1.3.0
Composer 安装命令:
composer require cubesystems/laravel-health-check
包简介
Adds Liveness and Readiness Probes in the Laravel application
README 文档
README
Usage
Require the package using composer:
composer require cubesystems/laravel-health-check
Using the health checks
You can set your monitoring system to ping the liveness and readiness URLs or CLI to get alerted if there are any problems.
In Kubernetes and OpenShift you can use the probes also for container health checks.
Liveness Probes
{APP_URL}/health-check/liveness
Liveness probe will respond with http 200 status code if the service functions without problems.
Readiness Probe
{APP_URL}/health-check/readiness
Readiness probe will respond with http 200 status code if the service is up and functions without problems.
Scheduler Liveness Probe
php artisan healthcheck:check scheduler
Queue Liveness Probe
php artisan healthcheck:check queue
统计信息
- 总下载量: 13.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-01