Metadata-Version: 2.1
Name: prometheus-redbox-exporter
Version: 0.1.3
Summary: Prometheus exporter that throws stuff to httpd endpoints and evaluates their response.
Home-page: https://github.com/cytopia/prometheus-redbox_exporter
Author: cytopia
Author-email: cytopia@everythingcli.org
License: MIT
Description: # Prometheus redbox exporter
        
        [![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![PyPI](https://img.shields.io/pypi/v/prometheus-redbox-exporter)](https://pypi.org/project/prometheus-redbox-exporter/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/prometheus-redbox-exporter)](https://pypi.org/project/prometheus-redbox-exporter/)
        [![PyPI - Format](https://img.shields.io/pypi/format/prometheus-redbox-exporter)](https://pypi.org/project/prometheus-redbox-exporter/)
        [![PyPI - Implementation](https://img.shields.io/pypi/implementation/prometheus-redbox-exporter)](https://pypi.org/project/prometheus-redbox-exporter/)
        [![PyPI - License](https://img.shields.io/pypi/l/prometheus-redbox-exporter)](https://pypi.org/project/prometheus-redbox-exporter/)
        
        
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/linting/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=linting)
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/building/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=building)
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/black/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=black)
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/mypy/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=mypy)
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/pylint/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=pylint)
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/pycode/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=pycode)
        [![Build Status](https://github.com/cytopia/prometheus-redbox_exporter/workflows/pydoc/badge.svg)](https://github.com/cytopia/prometheus-redbox_exporter/actions?workflow=pydoc)
        
        
        ## Install
        ```bash
        pip install prometheus-redbox-exporter
        ```
        
        
        ## Example
        
        [Click here for a fully functional Docker Compose example](example/)
        
Keywords: prometheus,redbox_exporter,redbox,blackbox,blackbox_exporter
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >3.5.2
Description-Content-Type: text/markdown
