move-elevator/supervisord-monitor

Supervisord监控系统。显示由Supervisord管理的进程。

1.0.1 2016-03-03 09:42 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:03:51 UTC


README

基于PHP,使用Silex编写的Supervisord Web仪表板。Silex

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

要求

supervisor有一个xmlrpc API。确保你已经安装了xmlrpc for PHP

你还需要composer

安装

通过git克隆supervisord-monitor

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

或在此处下载最新版本

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

在项目文件夹中执行composer update后,可以将app/config.yml.dist文件复制或移动到app/config.yml,并添加您的服务器

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

待办事项

  • 编写测试
  • 连接TravisCI