Monitor a Redis key
Installation
Redmon requires a working Redis connection.
To install Redmon from pip,
pip install redmon
Or from source,
python setup.py install
Setup
Redmon connects to your Redis connection with the following environment variables. If none are set, default values are used. - REDMON_REDIS_HOST (default, localhost) : Set it to where your Redis is running from. - REDMON_REDIS_PORT (default, 6379) : Set it to where your Redis is running on. - REDMON_TIME_INT (default, 1.0) : Set refresh interval for your Redis key
Get Started
To watch a Redis key, just simply
redmon monitor --key=sample
Redmon now watches a key called sample every second.
Setting Refresh Intervals
Changing the refresh interval for your monitor is very simple. You can either set it with an environment variable or by passing it as an argument.
REDMON_TIME_INT=2 redmon monitor --key=sample
redmon monitor --key=sample --interval=2
Redmon now watches a key called sample every two seconds.
Intervals passed as arguments take precedence.
REDMON_TIME_INT=2 redmon monitor --key=sample --interval=3
Redmon now watches a key called sample every three seconds.
Running Tests
Redmon uses pytest to write/run test cases. To run the test cases,
cd tests py.test
Contributing
Fork this repo
[Clone] (https://help.github.com/articles/cloning-a-repository/) your newly forked repo
Write relevant test cases
Raise pull requests to swaathi/redmon
Coming Up
Monitor multiple keys
Set the values your Redis key should be compared against
Set the values your Redis key should never be
Release files for redmon 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redmon-0.1.2.tar.gz | 4.4 kB | Details |
Release files / redmon-0.1.2.tar.gz
| Download URL | redmon-0.1.2.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d742cf265c320ecd1f0cc086c9d14cb32d4a13fdde03521cfa22b70e7e9a507a
|
|
BLAKE2b-256 checksum How to use checksums |
6c657c342bca187b4bec3c3c71c08b63879cf342b90e161f93179b4959f4bb22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |