@cryptotaxi247 / netdata-1 / commits / ab78878f1

go.d: schema windows: fix url placeholder scheme (#17326)

Ilya Mashchenko committed Apr 8, 2024 at 14:35 UTC ab78878f1bbc897b5df89b847d0cd4274fd9f009
1 file changed +1 -1
src/go/collectors/go.d.plugin/modules/windows/config_schema.json
+1 -1
@@ -163,7 +163,7 @@
163 "ui:widget": "hidden"
164 },
165 "url": {
166 - "ui:placeholder": "https://203.0.113.0/metrics"
166 + "ui:placeholder": "http://203.0.113.0/metrics"
167 },
168 "timeout": {
169 "ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."