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
- Host: GitHub
- URL: https://github.com/gisce/cnmc_exporter
- Owner: gisce
- Created: 2021-10-20T10:23:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T10:56:00.000Z (over 4 years ago)
- Last Synced: 2025-03-04T21:31:49.964Z (about 1 year ago)
- Topics: cnmc, exporter, hacktoberfest, prometheus, sips
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```