Browse Source

Regenerate integrations.js (#17273)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot 11 months ago
parent
commit
ec4f236e85

+ 9 - 4
integrations/cloud-notifications/integrations/webhook.md

@@ -79,10 +79,15 @@ From the Netdata Cloud UI, you can manage your space's notification settings and
 
   For reachability notifications, the JSON object will contain the following properties:
 
-  | field   | type   | description |
-  | :--     | :--    | :--         |
-  | message | string | A summary message of the reachability alert. |
-  | url     | string | Netdata Cloud URL for the host experiencing the reachability alert. |
+  | field        | type   | description |
+  | :--          | :--    | :--         |
+  | message      | string | A summary message of the reachability alert. |
+  | url          | string | Netdata Cloud URL for the host experiencing the reachability alert. |
+  | host         | string | the host experiencing the reachability alert. |
+  | severity     | string | severity for this notification. If host is reachable, severity will be 'info', if host is unreachable, it will be 'critical'. |
+  | status       | object | an object with the status information. |
+  | status.reachable  | boolean | true if host is reachable, false otherwise |
+  | status.text       | string  | can be 'reachable' or 'unreachable'  |
 
   #### Extra headers
 

File diff suppressed because it is too large
+ 0 - 0
integrations/integrations.js


File diff suppressed because it is too large
+ 0 - 0
integrations/integrations.json


Some files were not shown because too many files changed in this diff