An open API service indexing awesome lists of open source software.

https://github.com/hiroakis/monitor-sidekiq-dead-queue

A command which detects sidekiq dead queue
https://github.com/hiroakis/monitor-sidekiq-dead-queue

Last synced: about 1 year ago
JSON representation

A command which detects sidekiq dead queue

Awesome Lists containing this project

README

          

# monitor-sidekiq-dead-queue

If the tool finds new dead queue, post it to slack.

## Build

```
make build
```

## Usage

```
monitor-sidekiq-dead-queue \
-host REDIS-HOSTNAME \
-port 6379 \
-posfile /tmp/monitor-sidekiq-dead-queue.pos \
-url https://hooks.slack.com/services/xxxxxxxx \
-channel ALERT-CHANNEL \
-slackusername sidekiq dead queue \
-iconemoji interrobang
```

## License

MIT