Add target for nextcloud prometheus exporter
This commit is contained in:
parent
1a0768afe7
commit
23bf1e54c7
|
@ -20,7 +20,15 @@ global:
|
|||
# Here it's Prometheus itself.
|
||||
scrape_configs:
|
||||
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
|
||||
- job_name: "cloud_pub_solar_metrics"
|
||||
- job_name: "cloud_pub_solar_nextcloud"
|
||||
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ["pub-solar-nextcloud-prometheus-exporter.inst.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.int.greenbaum.zone:9205"]
|
||||
|
||||
- job_name: "cloud_pub_solar_nextcloud_backup"
|
||||
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
|
Loading…
Reference in a new issue