2024-09-11 04:32:03 +08:00
|
|
|
# An example scrape configuration for running Prometheus with OVHcloud.
|
2022-11-03 17:20:09 +08:00
|
|
|
scrape_configs:
|
|
|
|
|
- job_name: 'ovhcloud'
|
|
|
|
|
ovhcloud_sd_configs:
|
|
|
|
|
- service: vps
|
|
|
|
|
endpoint: ovh-eu
|
|
|
|
|
application_key: XXX
|
|
|
|
|
application_secret: XXX
|
|
|
|
|
consumer_key: XXX
|
|
|
|
|
refresh_interval: 1m
|
|
|
|
|
- service: dedicated_server
|
|
|
|
|
endpoint: ovh-eu
|
|
|
|
|
application_key: XXX
|
|
|
|
|
application_secret: XXX
|
|
|
|
|
consumer_key: XXX
|
|
|
|
|
refresh_interval: 1m
|