faizahmedfarooqui/process-monitor

Laravel Queue Jobs monitoring with count & PHP Mailer
18 18
Install
composer require faizahmedfarooqui/process-monitor
Latest Version:v1.0
PHP:>=5.5.9
Last Updated:Aug 3, 2017
Links: GitHub  ·  Packagist
Maintainer: faizahmedfarooqui

Process-Monitor (PHP - Laravel)

Queues Status Monitoring : Less/OverLoad/None

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)
    */

Related Packages

moox/jobs

Manage Job Queues, Failed Jobs and Batches in Filament.

26,506 71
croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

354,759 277
webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

16,157 64
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,306 162
artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4

518,442 678