Web-based dashboard for supervisord written in PHP with Silex.
![Screenshot] (https://raw.githubusercontent.com/move-elevator/supervisord-monitor/master/examples/supervisord-monitor.png)
supervisor has a xmlrpc API. So sure that you have installed xmlrpc for PHP.
You also need composer.
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
- write tests
- connect TravisCI