move-elevator / supervisord-monitor
Supervisord Monitoring Tool. Display the processes administrated by Supervisord.
1.0.1
2016-03-03 09:42 UTC
Requires
- php: >=5.5.0
- ext-xmlrpc: *
- silex/silex: ^1.3
- symfony/yaml: ^2.7
- twig/twig: ^1.18
This package is not auto-updated.
Last update: 2024-10-26 19:27:11 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