metrics: telegraf: Fix URL for openqa.opensuse.org after machines were moved to openSUSE internal network

Related progress issue: https://progress.opensuse.org/issues/102975
This commit is contained in:
Oliver Kurz 2021-12-08 12:19:49 +01:00
parent 2f3a762bef
commit 32442c979e

View File

@ -1,4 +1,4 @@
[[inputs.http]]
urls = ["https://openqa.opensuse.org/admin/influxdb/jobs"]
urls = ["http://openqa.opensuse.org/admin/influxdb/jobs"]
data_format = "influx"