2017 © Pedro Peláez
 

library process-monitor

Laravel Queue Jobs monitoring with count & PHP Mailer

image

faizahmedfarooqui/process-monitor

Laravel Queue Jobs monitoring with count & PHP Mailer

  • Thursday, August 3, 2017
  • by faizahmedfarooqui
  • Repository
  • 1 Watchers
  • 18 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Process-Monitor (PHP - Laravel)

Queues Status Monitoring : Less/OverLoad/None, (*1)

Basic useful feature list:

  • Process status monitoring for the queue jobs i.e. running or stopped
  • Also checks the queued jobs count is running to the expected number of count
  • Mailer to send mail into inbox (not spam) to specified number of admins
  • Option of adding CC for webhooks like Slack

How to use:

    // Just clone using command `git clone https://github.com/faizahmedfarooqui/process-monitor.git`
    // then execute process_monitor/index.php file using cron or anything it will work

    /*
    *   Edit ProcessConfig.php by providing:
    *   process-name in name index (required),
    *   program-name in program index (optional),
    *   count of process in count index (required)
    */

    /*
    *   Edit AdminMail.php:
    *   provide mail username, password
    *   set from mail address
    *   set to mail address in addAddress('mailAddress@host.com', 'Give Any Name')
    *   add CC (optional)
    */

The Versions

03/08 2017

dev-master

9999999-dev https://github.com/faizahmedfarooqui/process-monitor

Laravel Queue Jobs monitoring with count & PHP Mailer

  Sources   Download

The Requires

  • php >=5.5.9

 

by Avatar faizahmedfarooqui

laravel php jobs monitor queues

14/08 2016

v1.0

1.0.0.0 https://github.com/faizahmedfarooqui/process-monitor

Laravel Queue Jobs monitoring with count & PHP Mailer

  Sources   Download

The Requires

  • php >=5.5.9

 

by Avatar faizahmedfarooqui

laravel php jobs monitor queues

01/08 2016

dev-development

dev-development

  Sources   Download

by Avatar faizahmedfarooqui