https://github.com/ylogx/qmon
Redis Queue Monitor and Hipchat Logger
https://github.com/ylogx/qmon
hipchat monitor pip pypi python queue redis redis-monitor redis-queue-monitor
Last synced: about 2 months ago
JSON representation
Redis Queue Monitor and Hipchat Logger
- Host: GitHub
- URL: https://github.com/ylogx/qmon
- Owner: ylogx
- License: gpl-3.0
- Created: 2017-05-12T07:02:28.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-08-26T22:42:36.000Z (over 5 years ago)
- Last Synced: 2025-03-25T03:46:09.677Z (2 months ago)
- Topics: hipchat, monitor, pip, pypi, python, queue, redis, redis-monitor, redis-queue-monitor
- Language: Python
- Homepage: https://pypi.org/project/QMon/
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
qmon - Redis Monitor
====================[](https://gitter.im/ylogx/qmon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://pypi.python.org/pypi/qmon) [](https://pypi.python.org/pypi/qmon) [](https://pypi.python.org/pypi/qmon) [](https://github.com/ylogx/qmon/releases) [](https://github.com/ylogx/qmon/releases/latest)
[](https://travis-ci.org/ylogx/qmon) [](https://coveralls.io/r/ylogx/qmon?branch=master) [](https://circleci.com/gh/ylogx/qmon) [](https://requires.io/github/ylogx/qmon/requirements/?branch=master)
[](https://github.com/ylogx/qmon/issues) [](https://waffle.io/ylogx/qmon)
QMon is a redis queue monitor
# Installation
```shell
pip3 install qmon
```# Usage:
```shell
> export HIP_TOKEN=MyHipChatToken
> qmon --host localhost --port 6379 --queue-name a_key_in_redis --room RoomInHipChat
[qmon.monitor] [2017-05-12 12:36:45,248] INFO : Connecting to hipchat
[qmon.monitor] [2017-05-12 12:36:47,292] INFO : a_key_in_redis queue status: 6. Items: 6. Last Notify: 0
[qmon.monitor] [2017-05-12 12:37:07,754] INFO : a_key_in_redis queue status: 11. Items: 11. Last Notify: 0
[qmon.monitor] [2017-05-12 12:37:20,237] INFO : a_key_in_redis queue status: 16. Items: 16. Last Notify: 0
[qmon.monitor] [2017-05-12 12:37:38,235] INFO : a_key_in_redis queue status: 10. Items: 10. Last Notify: 0
```This is how it'll appear in hipchat:

Find us:
* [PyPi](https://pypi.python.org/pypi/qmon)