docs: fix style in alerting docs.

This commit is contained in:
Alexander Zobnin
2017-06-25 17:27:25 +03:00
parent 326fed94ef
commit 4b10ac1ec2

View File

@@ -1,4 +1,7 @@
# Alerting
Since version 4.0 [Grafana](https://grafana.com/) has own alerting engine. Since version 4.0 [Grafana](https://grafana.com/) has own alerting engine.
> Alerting in Grafana allows you to attach rules to your dashboard panels. When you save the dashboard Grafana will extract the alert rules into a separate alert rule storage and schedule them for evaluation. > Alerting in Grafana allows you to attach rules to your dashboard panels. When you save the dashboard Grafana will extract the alert rules into a separate alert rule storage and schedule them for evaluation.
> In the alert tab of the graph panel you can configure how often the alert rule should be evaluated and the conditions that need to be met for the alert to change state and trigger its notifications. > In the alert tab of the graph panel you can configure how often the alert rule should be evaluated and the conditions that need to be met for the alert to change state and trigger its notifications.
@@ -13,7 +16,7 @@ consists of two main parts:
The alert rules are evaluated in the Grafana backend in a scheduler and query execution engine that is part of core The alert rules are evaluated in the Grafana backend in a scheduler and query execution engine that is part of core
Grafana. Only some data soures are supported right now. They include Graphite, Prometheus, InfluxDB and OpenTSDB. Grafana. Only some data soures are supported right now. They include Graphite, Prometheus, InfluxDB and OpenTSDB.
- **Alerting visualisations** - **Alerting visualisations**
Alerts highlight panels with problems and you can easy to find it on dashboard. Alerts highlight panels with problems and it can easily be found on the dashboard.
So Zabbix plugin doesn't use execution engine and doesn't allow to configure rules in Grafana. But it fetches information So Zabbix plugin doesn't use execution engine and doesn't allow to configure rules in Grafana. But it fetches information
about triggers related to metrics at particular panel and fires alert state for these panels. about triggers related to metrics at particular panel and fires alert state for these panels.
@@ -27,7 +30,7 @@ So there are three possible cases for each panel:
In this case panel will be highlighted with the red glow and broken heart icon. In this case panel will be highlighted with the red glow and broken heart icon.
- All triggers are in the OK state. - All triggers are in the OK state.
Panel will be displayed with green heart icon without highlighting. Panel will be displayed with green heart icon without highlighting.
2. There aren't triggers related to items on panel. 1. There aren't triggers related to items on panel.
Panel will be displayed without any changes. Panel will be displayed without any changes.
Note, that only triggers with severity above than configured at Data Source config page will be used for panel state Note, that only triggers with severity above than configured at Data Source config page will be used for panel state