Hello All,

I am trying to install the hpilo node exporter but I am facing issues while 
running the exporter. Please help.

I'm trying with the exporter : https://github.com/n27051538/hpilo-exporter

*Prometheus Configuration :*

 - job_name: 'hpilo'
    scrape_interval: 1m
    scrape_timeout: 30s
    params: 
      *ilo_host*: ['10.232.5.111']
      #ilo_port: ['443']                 # may be set in exporter ENV
      #ilo_user: ['root']         # may be set in exporter ENV
      #ilo_password: ['1nf0M@t1cs'] # may be set in exporter ENV
    *static_configs*:
      - *targets*:
        - '10.232.5.111'
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_ilo_host
      - source_labels: [__param_ilo_host]
        target_label: ilo_host
      - target_label: __address__
        *replacement*: hpilo:8082  # hpilo exporter.


Please check the bold marked tags and let me know if this is correct. 

hpilo exporter execution : 

Ececuting on bash : 
export ilo_user=user 
export ilo_password=password 
export ilo_port=443 

Running this command :

hpilo-exporter [--*address=0.0.0.0* --port=9416 --endpoint="/metrics"]

Can you please let me know if the address needs to be given HOST IP or 
0.0.0.0 as shown above as I am getting error while using different IP 
address.

Regards,
Pratik

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/4a3acae4-fe9d-449a-8b8a-8877281ef4fdn%40googlegroups.com.

Reply via email to