All Projects → RavuAlHemio → prometheus_aci_exporter

RavuAlHemio / prometheus_aci_exporter

Licence: Apache-2.0 License
Cisco ACI exporter for Prometheus

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to prometheus aci exporter

wildfly exporter
A prometheus exporter for Jboss Wildfly
Stars: ✭ 19 (+46.15%)
Mutual labels:  prometheus-exporter
sentry exporter
Prometheus exporter for Sentry
Stars: ✭ 23 (+76.92%)
Mutual labels:  prometheus-exporter
aws-ec2-sg-exporter
A dockerized Prometheus exporter that compares desired/wanted IPv4/IPv6 CIDR against currently applied inbound CIDR rules in your security group(s).
Stars: ✭ 23 (+76.92%)
Mutual labels:  prometheus-exporter
postgres exporter
Postgres exporter
Stars: ✭ 14 (+7.69%)
Mutual labels:  prometheus-exporter
github exporter
Prometheus exporter for GitHub
Stars: ✭ 21 (+61.54%)
Mutual labels:  prometheus-exporter
prometheus-mysql-exporter
Prometheus MySQL Exporter
Stars: ✭ 33 (+153.85%)
Mutual labels:  prometheus-exporter
chaos-exporter
Prometheus Exporter for Litmus Chaos Metrics
Stars: ✭ 25 (+92.31%)
Mutual labels:  prometheus-exporter
loki exporter
Prometheus exporter to collect metrics and run queries against the Grafana Loki API.
Stars: ✭ 28 (+115.38%)
Mutual labels:  prometheus-exporter
zfs exporter
Prometheus ZFS exporter
Stars: ✭ 52 (+300%)
Mutual labels:  prometheus-exporter
weather-station
A Prometheus exporter for 433 MHz temperature and humidity sensors
Stars: ✭ 60 (+361.54%)
Mutual labels:  prometheus-exporter
nvidia gpu exporter
Nvidia GPU exporter for prometheus using nvidia-smi binary
Stars: ✭ 85 (+553.85%)
Mutual labels:  prometheus-exporter
starboard-exporter
A standalone exporter for vulnerability reports and other CRs created by Starboard.
Stars: ✭ 22 (+69.23%)
Mutual labels:  prometheus-exporter
spot-termination-exporter
Prometheus spot instance exporter to monitor AWS instance termination with Hollowtrees
Stars: ✭ 30 (+130.77%)
Mutual labels:  prometheus-exporter
zookeeper exporter
Prometheus exporter for Zookeeper
Stars: ✭ 82 (+530.77%)
Mutual labels:  prometheus-exporter
influxdb stats exporter
Prometheus exporter for InfluxDB stats
Stars: ✭ 20 (+53.85%)
Mutual labels:  prometheus-exporter
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+207.69%)
Mutual labels:  prometheus-exporter
deluge exporter
Prometheus exporter for the Deluge BitTorrent client
Stars: ✭ 24 (+84.62%)
Mutual labels:  prometheus-exporter
resoto
Resoto - Find leaky resources, manage quota limits, detect drift, and clean up!
Stars: ✭ 562 (+4223.08%)
Mutual labels:  prometheus-exporter
s3 exporter
Exports Prometheus metrics about S3 buckets and objects
Stars: ✭ 65 (+400%)
Mutual labels:  prometheus-exporter
mc-monitor
Monitor the status of Minecraft servers and provides Prometheus exporter and Influx line protocol output
Stars: ✭ 100 (+669.23%)
Mutual labels:  prometheus-exporter

Prometheus ACI Exporter

Cisco ACI exporter for Prometheus

Pulls information from an APIC using the REST API.

OpenMetrics support

Initial OpenMetrics support is available. OpenMetrics output is provided if the exporter has been started with the --web.openmetrics option and the client supplies an Accept: header including application/openmetrics-text. Otherwise, data is output in the Prometheus exposition format.

If OpenMetrics output is requested, the names of counter metrics are modified on-the-fly to match the new convention (the suffix _total is appended unless the metric name already ends with _total). It is strongly recommended to include the _total suffix in counter metric names in preparation for the eventual transition from the Prometheus exposition format to OpenMetrics.

Docker Image

https://hub.docker.com/r/ravualhemio/prometheus_aci_exporter

Running the Docker Image

...and mounting a custom aci.yml file.

docker run --rm -v ${PWD}/examples/aci.yml:/etc/prometheus_aci_exporter/aci.yml -p 9377:9377 -it ravualhemio/prometheus_aci_exporter

Building the Docker Image locally

docker build . -t ravualhemio/prometheus_aci_exporter
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].