summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/haproxy
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-03-27 12:40:01 +0200
committerGitHub <noreply@github.com>2024-03-27 12:40:01 +0200
commit904ff552e6e9f5158f4053d104b3386aa4c92b42 (patch)
tree0a901a248c05d62e39b7fa00625f0dd539b846bc /src/go/collectors/go.d.plugin/modules/haproxy
parentd6efb180f76bca872312efe7934ba1be3b460dc8 (diff)
go.d: config schemas update: prohibit additional properties (#17269)
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/haproxy')
-rw-r--r--src/go/collectors/go.d.plugin/modules/haproxy/config_schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/haproxy/config_schema.json b/src/go/collectors/go.d.plugin/modules/haproxy/config_schema.json
index f022d18e68..0fd809d850 100644
--- a/src/go/collectors/go.d.plugin/modules/haproxy/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/haproxy/config_schema.json
@@ -96,7 +96,8 @@
},
"required": [
"url"
- ]
+ ],
+ "additionalProperties": false
},
"uiSchema": {
"ui:flavour": "tabs",