suren1986 / laravel-supervisor-dashboard by suren

Display status of subprocesses in Supervisor.
30
2
2
Package Data
Maintainer Username: suren
Package Create Date: 2017-06-21
Package Last Update: 2017-06-26
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:10:22
Package Statistics
Total Downloads: 30
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 3

Laravel Supervisor Dashboard

Inspired by supervisorphp/monitor

  • Display status of subprocesses in Supervisor.
  • Display queue length consumed by Supervisor subprocess.

Install

Via composer

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

Usage

  • Config your supervisor service. Add [inet_http_server] to supervisor config file, like
port = 127.0.0.1:9001
username = user
password = 123
  • Copy config/supervisor.php.example to supervisor.php, change your Supervisor node configuration.
  • Config your web server, point to path/to/your/project/public
  • Enjoy