We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The exporter returns all the query's that it has been asked. not the one asked. that gives a funny answer in prometheus. ex
job_name: 'hpilo' scrape_interval: 1m scrape_timeout: 30s params: ilo_port: ['443'] ilo_user: ['administrator'] ilo_password: ['*****'] static_configs:
relabel_configs:
The text was updated successfully, but these errors were encountered:
Please Test new version of exporter and if problem not solved please create an issue in this repository for More reviews: https://github.com/hpilo-exporter/hpilo-exporter
Sorry, something went wrong.
No branches or pull requests
The exporter returns all the query's that it has been asked. not the one asked.
that gives a funny answer in prometheus.
ex
job_name: 'hpilo'
scrape_interval: 1m
scrape_timeout: 30s
params:
ilo_port: ['443']
ilo_user: ['administrator']
ilo_password: ['*****']
static_configs:
relabel_configs:
target_label: __param_ilo_host
target_label: ilo_host
replacement: 127.0.0.1:9416 # hpilo exporter.
The text was updated successfully, but these errors were encountered: