Skip to content

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

License

Notifications You must be signed in to change notification settings

move-elevator/supervisord-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supervisord-monitor

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