twenty20/application-monitor-agent 问题修复 & 功能扩展

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

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

twenty20/application-monitor-agent

Composer 安装命令:

composer require twenty20/application-monitor-agent

包简介

Monitor cron and queue uptime.

README 文档

README

Monitors scheduled tasks and queues by pinging the Application Monitor API every 5 minutes.

Installation

  1. Add the site to the Application Monitor application

  2. Install the agent:

composer require twenty20/application-monitor-agent
  1. Copy and update the below in your .env
APPLICATION_MONITOR_AGENT_ENDPOINT=
APPLICATION_MONITOR_AGENT_SITE_ID=
APPLICATION_MONITOR_AGENT_KEY=
APPLICATION_MONITOR_DEBUGGING_ENABLED=false
  1. Add the following to the console kernel/commands file in your app:
$schedule
    ->command('application-monitor-agent:run-agent')
    ->onOneServer()
    ->withoutOverlapping()
    ->everyFiveMinutes();

统计信息

  • 总下载量: 800
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-14