zhmcclient / zhmc-prometheus-exporter

A Prometheus exporter for the IBM Z HMC
Apache License 2.0
15 stars 9 forks source link

Invalid password leads to disabled user #493

Closed andy-maier closed 6 months ago

andy-maier commented 6 months ago

The exporter right now retries indefinitely when a session cannot be established with the HMC. For a valid user with expired password, that leads to disabling that user after some retries.

It would be good to stop retrying in such a case.