An open API service indexing awesome lists of open source software.

https://github.com/gisce/cnmc_exporter

Prometheus exporter for CNMC API
https://github.com/gisce/cnmc_exporter

cnmc exporter hacktoberfest prometheus sips

Last synced: 11 months ago
JSON representation

Prometheus exporter for CNMC API

Awesome Lists containing this project

README

          

# CNMC Prometheus exporter

- It needs a [Prometheus Pushgateway](https://github.com/prometheus/pushgateway)
- Install requirements via `pip install -r requirements.txt`
- Export the following environment variables: CNMC_CONSUMER_KEY CNMC_CONSUMER_SECRET and CNMC_CUPS_TEST

## How to use

```shell
CNMC_CONSUMER_KEY=XXXX CNMC_CONSUMER_SECRET=XXXX CNMC_CUPS_TEST=ESXXXXX python cnmc_exporter.py
```