Metadata-Version: 2.1
Name: check-rq
Version: 0.1.3
Summary: Icinga/Nagios check for RQ (Redis Queue)
Home-page: https://github.com/crafterwerkbon/check_rq
Author: Crafter B.V.
Author-email: koen@getcrafter.com
License: MIT
Project-URL: Source, https://github.com/crafterwerkbon/check_rq
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: nagiosplugin
Requires-Dist: rq

# check_rq

> Icinga/Nagios check for RQ (Redis Queue)

[![PyPI](https://img.shields.io/pypi/v/check-rq?color=blue)](https://pypi.org/project/check-rq/)

## Usage

```
usage: check_rq/check_rq.py [-h] [--queue QUEUE] [--host HOST] [--port PORT] [--password PASSWORD]
                            -w WARNING -c CRITICAL [-v]

Nagios/icinga plugin for checking a RQ redis queues

optional arguments:
  -h, --help            show this help message and exit
  --queue QUEUE         RQ Queue
  --host HOST           Redis host
  --port PORT           Redis port
  --password PASSWORD   Redis password
  -w WARNING, --warn WARNING
                        WARNING trigger
  -c CRITICAL, --critical CRITICAL
                        CRITICAL triger
  -v, --version         Print version
```

## License

Released under the [MIT license](https://github.com/crafterwerkbon/check_rq/blob/main/LICENSE).


