0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 14:35:32 +00:00

Add key for notifications to control what global config options get displayed ()

Add key for notifications to control what global config options get displayed.
This commit is contained in:
Austin S. Hemmelgarn 2023-07-28 12:19:12 -04:00 committed by GitHub
parent d5535e699e
commit 4e9815b484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,22 @@
"notification_limitations"
]
},
"global_setup": {
"type": "object",
"description": "Flags that show which global setup sections are relevant for this notification method.",
"properties": {
"severity_filtering": {
"type": "boolean"
},
"http_proxy": {
"type": "boolean"
}
},
"required": [
"severity_filtering",
"http_proxy"
]
},
"setup": {
"oneOf": [
{