replaced img in graph, created alert list page

This commit is contained in:
Patrick O'Carroll 2017-09-22 16:31:34 +02:00
parent 31243e7132
commit 1258dc1cbb
2 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,27 @@
+++
title = "Alert List"
keywords = ["grafana", "alert list", "documentation", "panel", "alertlist"]
type = "docs"
aliases = ["/reference/alertlist/"]
[menu.docs]
name = "Alert list"
parent = "panels"
weight = 4
+++
# Alert List Panel
{{< docs-imagebox img="/img/docs/v45/alert-list-panel.png" max-width="700px" >}}
The alert list panel allows you to display your dashbords alerts. The list can be configured to show current state or recent state changes. You can read more about alerts [here](http://docs.grafana.org/alerting/rules).
## Alert List Options
{{< docs-imagebox img="/img/docs/v45/alert-list-options.png" max-width="600px" class="docs-image--no-shadow">}}
1. `Show`: Lets you choose between current state or recent state changes.
2. `Max Items`: Max items set the maximum of items in a list.
3. `Sort Order`: Lets you sort your list alphabeticaly(asc/desc) or by importance.
4. `Alerts From This Dashboard`: Shows alerts only from the dashboard the alert list is in.
5. `State Filter`: Here you can filter your list by one or more parameters.

View File

@ -73,7 +73,7 @@ There are three options:
- The `Series` option means that the data is grouped by series and not by time. The y-axis still represents the value.
<img src="/img/docs/v45/graph-x-axis-mode-series.png" class="no-shadow">
{{< docs-imagebox img="/img/docs/v45/graph-x-axis-mode-series.png" max-width="700px">}}
- The `Histogram` option converts the graph into a histogram. A Histogram is a kind of bar chart that groups numbers into ranges, often called buckets or bins. Taller bars show that more data falls in that range. Histograms and buckets are described in more detail [here](http://docs.grafana.org/features/panels/heatmap/#histograms-and-buckets).