suren/laravel-supervisor-dashboard

Display status of subprocesses in Supervisor.

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

This package is not auto-updated.

Last update: 2024-11-24 04:27:00 UTC


README

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