|
| 1 | +Integrating AlertManager with the UI |
| 2 | +************************************************* |
| 3 | + |
| 4 | +Why Send Your Alerts to Robusta? |
| 5 | +--------------------------------------- |
| 6 | + |
| 7 | +Benefits include: |
| 8 | + |
| 9 | +* Persistent alert history on a filterable timeline |
| 10 | +* Centralized view of alerts from all sources and AlertManager instances |
| 11 | +* AI investigation of alerts |
| 12 | +* Correlations between alerts and Kubernetes deploys |
| 13 | +* and more! |
| 14 | + |
| 15 | +..image::/images/robusta-ui-timeline.png |
| 16 | +:alt:Prometheus Alert History |
| 17 | + |
| 18 | +How to Send Your Alerts To Robusta |
| 19 | +--------------------------------------- |
| 20 | + |
| 21 | +Choose one of the following options: |
| 22 | + |
| 23 | +1.:ref:`Enable Robusta's embedded kube-prometheus-stack stack<Embedded Prometheus Stack>` |
| 24 | +2.:ref:`Add a webhook to your existing AlertManager (or equivalent integration)<alertmanager-setup-options>`. |
| 25 | + |
| 26 | +Troubleshooting the embedded kube-prometheus-stack |
| 27 | +----------------------------------------------------- |
| 28 | + |
| 29 | +1. Did you install Robusta in the last 10 minutes? If so, wait 10 minutes and see if the problem resolves on its own. |
| 30 | +2. Check if all Prometheus and AlertManager related pods are running and healthy |
| 31 | +3. If you see OOMKills, increase the memory limits for the relevant pods. |
| 32 | +4. If you are still having trouble, please reach out on our `Slack community<https://bit.ly/robusta-slack>`_. |
| 33 | + |
| 34 | +Troubleshooting an external AlertManager webhook |
| 35 | +------------------------------------------------------- |
| 36 | + |
| 37 | +1. Are there errors in your AlertManager logs? |
| 38 | +2. Are there errors in the Prometheus Operator logs (if relevant)? |
| 39 | +3. Is Robusta the first receiver in your AlertManager configuration? If not, are all previous receivers configured with ``continue: true``? |
| 40 | +4. If you are still having trouble, please reach out on our `Slack community<https://bit.ly/robusta-slack>`_. |