Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiagobarradas/rabbit-alert

Rabbit Alert for Slack and Pushover - Checking queue counts
https://github.com/thiagobarradas/rabbit-alert

alert basic count dotnet-core dotnet-core2 monitoring pushover queue rabbit simple slack

Last synced: 17 days ago
JSON representation

Rabbit Alert for Slack and Pushover - Checking queue counts

Awesome Lists containing this project

README

        

# Rabbit Alert

```
docker run \
-e min=5 \
-e max=10 \
-e slack_url=https://hooks.slack.com/services/XXXX/XXXX/XXXX \
-e pushover_user=xxx \
-e pushover_token=xxx -e rabbit_user=reader \
-e rabbit_pass=xxx \
-e rabbit_host=http://localhost:15672 \
-e rabbit_virtual_host=/ \
-e rabbit_queue=test_queue \
thiagobarradas/rabbit-alert:latest
```