blasterpal / server_density_sidekiq_queues

Simple Server Density plugin to show sizes of your Sidekiq queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SidekiqQueues

Sidekiq plugin for ServerDensity to show queue sizes.

#Metrics

The plugin will report one metric per queue in Sidekiq.

##Assumptions

  • Requires redis-cli in $PATH.
  • Presumes installation on the primary Redis server.
  • Only tested for Linux.

##Installation

Copy SidekiqQueues.py plugin to your sd-agent plugins folder (/usr/bin/sd-agent/plugins). Create the plugins folder if it doesn't exist.

#Thanks Configuration inspiration from https://github.com/justincase/sd-beanstalkd/blob/master/Beanstalkd.py.

About

Simple Server Density plugin to show sizes of your Sidekiq queues

License:MIT License


Languages

Language:Python 100.0%