suren/laravel-supervisor-dashboard

显示Supervisor中子进程的状态。

v0.0.4 2017-06-26 12:51 UTC

This package is not auto-updated.

Last update: 2024-09-29 03:16:20 UTC


README

灵感来源于 supervisorphp/monitor

  • 显示Supervisor中子进程的状态。
  • 显示Supervisor子进程消耗的队列长度。

安装

通过composer

$ composer create-project suren/laravel-supervisor-dashboard

用法

  • 配置你的supervisor服务。将 [inet_http_server] 添加到supervisor配置文件中,例如
port = 127.0.0.1:9001
username = user
password = 123
  • config/supervisor.php.example 复制到 supervisor.php,更改你的Supervisor节点配置。
  • 配置你的web服务器,指向 path/to/your/project/public
  • 享受吧