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