Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

DispatchMe/sidekiq-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger a PagerDuty incident if the number of enqueued messages in a Sidekiq system is higher than a threshold.

Usage

$ SIDEKIQ_URL="<url with basic auth>" \
  THRESHOLD="<number of messages in queue for alert>" \
  PAGERDUTY_KEY="<pagerduty api key>" \
  ./sidekiq-monitor

About

Monitoring daemon for sidekiq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages