ExpressenAB / bigip_exporter

Prometheus exporter for BIG-IP metrics
MIT License
89 stars 38 forks source link

Option to provide the bigip host (target) in a URL param #22

Closed dannyk81 closed 5 years ago

dannyk81 commented 6 years ago

Thanks for this work!

I wonder if the exporter could be extended to support receiving the BigIP host (address) via a URL param from Prometheus.

This way, we don't need to deploy multiple exporter instances per each BigIP device and can control the targets to be scraped from Prometheus itself.

klippo commented 5 years ago

Check https://github.com/jenningsloy318/bigip_exporter

dannyk81 commented 5 years ago

Thanks @klippo, we ended up using snmp-exporter to collect metrics from F5 and works really well for us, so I'm going to close this now.