move-elevator/supervisord-monitor
最新稳定版本:1.0.1
Composer 安装命令:
composer require move-elevator/supervisord-monitor
包简介
Supervisord Monitoring Tool. Display the processes administrated by Supervisord.
README 文档
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
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-08