You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The one bug:
I have a two ILO-servers by https connections. In https I was customizated selfsign SSL certs for domain name "ilo.master.my.org" and add this domain to the hosts-file
Hello!
Thanks you a lot for a fine exporter.
The one bug:
I have a two ILO-servers by https connections. In https I was customizated selfsign SSL certs for domain name "ilo.master.my.org" and add this domain to the hosts-file
192.168.1.14 ilo.master.my.org
My Prometheus configuration is:
Prometheus sending http-request a correct:
prometheus[8021]: level=debug ts=2020-01-10T20:39:14.074Z caller=scrape.go:920 component="scrape manager" scrape_pool=hpilo-slave target="http://master:9416/metrics?ilo_host=ilo.slave.my.org&ilo_password=secret&ilo_port=443&ilo_user=Administrator" msg="Scrape failed" err="server returned HTTP status 404 Not Found""
but hpilo_exporter resolve my FQDN to IP and this is broken my HTTPS-logic:
hpilo-exporter[6163]: 192.168.1.8 - - [07/Jan/2020 04:06:13] "GET /metrics?ilo_host=192.168.1.14&ilo_password=secret&ilo_port=443&ilo_user=Administrator HTTP/1.1" 404 -
Of course, this is not work and return 404 code to me.
On my host with installed hpilo_exporter SSL work is fine, but this broken SSL logic.
My hpilo_exporter ran like here:
The text was updated successfully, but these errors were encountered: