faizahmedfarooqui / process-monitor by faizahmedfarooqui

Laravel Queue Jobs monitoring with count & PHP Mailer
15
18
1
Package Data
Maintainer Username: faizahmedfarooqui
Maintainer Contact: faiz@sahusoft.com (faizahmedfarooqui)
Package Create Date: 2016-08-01
Package Last Update: 2017-08-03
Language: PHP
License: Unknown
Last Refreshed: 2024-07-26 03:09:02
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 18
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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