You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ Common Configuration (for both webhooks)
36
36
Firing Alerts Webhook
37
37
---------------------
38
38
39
-
5. For the firing alerts webhook, in Edit body add:
39
+
5. Configure this webhook to trigger on **firing** alerts (when alerts are triggered/started).
40
+
6. For the firing alerts webhook, in Edit body add:
40
41
41
42
.. code-block:: json
42
43
@@ -71,14 +72,15 @@ Firing Alerts Webhook
71
72
]
72
73
}
73
74
74
-
6. Click the 'Test Config' button and check your robusta sink for a "Test configuration" alert.
75
-
7. Click Save
75
+
7. Click the 'Test Config' button and check your robusta sink for a "Test configuration" alert.
76
+
8. Click Save
76
77
77
78
Resolved Alerts Webhook
78
79
-----------------------
79
80
80
-
8. Create a second webhook following steps 1-4 above with the same URL and headers.
81
-
9. For the resolved alerts webhook, in Edit body add:
81
+
9. Create a second webhook following steps 1-4 above with the same URL and headers.
82
+
10. Configure this webhook to trigger on **resolved** alerts (when alerts are resolved/ended).
83
+
11. For the resolved alerts webhook, in Edit body add:
82
84
83
85
.. code-block:: json
84
86
@@ -111,8 +113,8 @@ Resolved Alerts Webhook
111
113
]
112
114
}
113
115
114
-
10. Click the 'Test Config' button and check your robusta sink for a "Test configuration" alert.
115
-
11. Click Save
116
+
12. Click the 'Test Config' button and check your robusta sink for a "Test configuration" alert.
117
+
13. Click Save
116
118
117
119
.. note::
118
120
Make sure to update the ``cluster_name`` value in both webhook bodies to match your cluster name. Both "cluster" or "cluster_name" labels are also supported.
0 commit comments