cubesystems/laravel-health-check 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 4
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-01