diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:36:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 11:21:20 +0000 |
commit | eae52fdaa9298e00f14b0b6256400d200db9c373 (patch) | |
tree | a3040a19bd024295ded05370853647bab9d7c225 /integrations/schemas/agent_notification.json | |
parent | Adding upstream version 1.47.5. (diff) | |
download | netdata-upstream/2.0.3.tar.xz netdata-upstream/2.0.3.zip |
Adding upstream version 2.0.3.upstream/2.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | integrations/schemas/agent_notification.json (renamed from integrations/schemas/notification.json) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/integrations/schemas/notification.json b/integrations/schemas/agent_notification.json index 2596ca441..f157a65d9 100644 --- a/integrations/schemas/notification.json +++ b/integrations/schemas/agent_notification.json @@ -46,20 +46,20 @@ ] }, "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" - } + "type": "object", + "description": "Flags that show which global setup sections are relevant for this notification method.", + "properties": { + "severity_filtering": { + "type": "boolean" }, - "required": [ - "severity_filtering", - "http_proxy" - ] + "http_proxy": { + "type": "boolean" + } + }, + "required": [ + "severity_filtering", + "http_proxy" + ] }, "setup": { "oneOf": [ @@ -84,4 +84,4 @@ ] } } -} +}
\ No newline at end of file |