summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json b/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json
index f19b8196c5..27c0185606 100644
--- a/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json
@@ -43,7 +43,8 @@
"required": [
"host",
"ports"
- ]
+ ],
+ "additionalProperties": false
},
"uiSchema": {
"uiOptions": {