Skip to content

Commit 10b8e82

Browse files
committed
docs fix
1 parent 9c5719c commit 10b8e82

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Common Configuration (for both webhooks)
3636
Firing Alerts Webhook
3737
---------------------
3838

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:
4041

4142
.. code-block:: json
4243
@@ -71,14 +72,15 @@ Firing Alerts Webhook
7172
]
7273
}
7374
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
7677

7778
Resolved Alerts Webhook
7879
-----------------------
7980

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:
8284

8385
.. code-block:: json
8486
@@ -111,8 +113,8 @@ Resolved Alerts Webhook
111113
]
112114
}
113115
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
116118

117119
.. note::
118120
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

Comments
 (0)