mirror of
https://github.com/netdata/netdata.git
synced 2025-04-12 16:58:10 +00:00
Add key for notifications to control what global config options get displayed (#15625)
Add key for notifications to control what global config options get displayed.
This commit is contained in:
parent
d5535e699e
commit
4e9815b484
1 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,22 @@
|
||||||
"notification_limitations"
|
"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": {
|
"setup": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue