twenty20/application-monitor-agent
最新稳定版本:0.5
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
-
Add the site to the Application Monitor application
-
Install the agent:
composer require twenty20/application-monitor-agent
- 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
- Add the following to the console kernel/commands file in your app:
$schedule ->command('application-monitor-agent:run-agent') ->onOneServer() ->withoutOverlapping() ->everyFiveMinutes();
统计信息
- 总下载量: 226
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-14