go.d/portcheck: separate tabs for tcp/upd ports (#18922)
Ilya Mashchenko committed
Nov 1, 2024 at 12:29 UTC
a502ea402709268d0890726c3a01609bd2809dc8
1 file changed
+7
-2
src/go/plugin/go.d/modules/portcheck/config_schema.json
+7
-2
@@ -75,9 +75,14 @@
75
]
76
},
77
{
78
- "title": "Checks",
78
+ "title": "TCP",
79
+ "fields": [
80
+ "ports"
81
+ ]
82
+ },
83
+ {
84
+ "title": "UDP",
85
"fields": [
80
- "ports",
86
"udp_ports"
87
]
88
}