2017 © Pedro Peláez
 

library gearman-monitor

Monitor for Gearman

image

ckdarbyinc/gearman-monitor

Monitor for Gearman

  • Sunday, October 26, 2014
  • by ckdarby
  • Repository
  • 8 Watchers
  • 33 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Gearman Monitor

Gearman Monitor provides a dashboard to show gearman servers, queues and workers., (*1)

Gearman Monitor Screenshot, (*2)

Installation

The following instructions outline installation using Composer. If you don't have Composer, you can download it from http://getcomposer.org/, (*3)

composer install
#Copy default configuration file as config.yml
cp ./src/GearmanMonitor/Resources/config/config.yml.dist ./src/GearmanMonitor/Resources/config/config.yml

Configuration

Open config.yml file and change the listed details to fit your needs for example:, (*4)

config.GearmanMonitor:
    servers:
        0:
            name: "Production Gearman"
            address: "172.16.0.1:4730"
        1:
            name: "Development Gearman"
            address: "127.0.0.1:4730"

Credits

Inspired by yugene/Gearman-Monitor., (*5)

The Versions