move-elevator/supervisord-monitor

Supervisord Monitoring Tool. Display the processes administrated by Supervisord.

1.0.1 2016-03-03 09:42 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:25:36 UTC


README

Web-based dashboard for supervisord written in PHP with Silex.

![Screenshot] (https://raw.githubusercontent.com/move-elevator/supervisord-monitor/master/examples/supervisord-monitor.png)

Requirements

supervisor has a xmlrpc API. So sure that you have installed xmlrpc for PHP.

You also need composer.

Installation

Clone supervisord-monitor via git:

git clone https://github.com/move-elevator/supervisord-monitor.git

or download the latest relase here:

https://github.com/move-elevator/supervisord-monitor/releases

After a composer update in the project-folder you can copy or move the app/config.yml.dist file to app/config.yml and add your servers:

servers:
  id:
    name: localhost
    url: http://localhost:9001/
    xmlRpcUrl: http://localhost:9001/RPC2
    username: user
    password: 123456

ToDo's

  • write tests
  • connect TravisCI