opsdis / aci-exporter

A Cisco ACI Prometheus exporter written in Go
https://www.opsdis.com
GNU General Public License v3.0
47 stars 16 forks source link

Add a aci_up metric #24

Closed thenodon closed 1 year ago

thenodon commented 1 year ago

Is your feature request related to a problem? Please describe. Currently no metrics is returned if there is an issue with login to the apic.

Describe the solution you'd like An additional aci_up that follow exporter pattern to return 1 if target can be scraped and 0 if it failes

Describe alternatives you've considered N/A

Additional context N/A

thenodon commented 1 year ago

Fixed in commit https://github.com/opsdis/aci-exporter/commit/e970093abfe8bb69a5e21ca978a2152ffc65d86a in branch issue_22