From 61cedec61a482f7ef383d9bbea647dea14d6cdc5 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 23 Oct 2017 12:15:27 +0300 Subject: [PATCH] add help for triggers editor mode --- dist/datasource-zabbix/query_help.md | 3 +++ src/datasource-zabbix/query_help.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dist/datasource-zabbix/query_help.md b/dist/datasource-zabbix/query_help.md index 16e3152e3..bb6c526bc 100644 --- a/dist/datasource-zabbix/query_help.md +++ b/dist/datasource-zabbix/query_help.md @@ -26,3 +26,6 @@ This mode is suitable for rendering charts in grafana by passing itemids as url 1. Save dashboard. 1. Click to graph title and select _Share_ -> _Direct link rendered image_. 1. Use this URL for graph png image and set `var-itemids` param to desired IDs. Note, for multiple IDs you should pass multiple params, like `&var-itemids=28276&var-itemids=28277`. + +##### Triggers +Active triggers count for selected hosts or table data like Zabbix _System status_ panel on the main dashboard. diff --git a/src/datasource-zabbix/query_help.md b/src/datasource-zabbix/query_help.md index 16e3152e3..bb6c526bc 100644 --- a/src/datasource-zabbix/query_help.md +++ b/src/datasource-zabbix/query_help.md @@ -26,3 +26,6 @@ This mode is suitable for rendering charts in grafana by passing itemids as url 1. Save dashboard. 1. Click to graph title and select _Share_ -> _Direct link rendered image_. 1. Use this URL for graph png image and set `var-itemids` param to desired IDs. Note, for multiple IDs you should pass multiple params, like `&var-itemids=28276&var-itemids=28277`. + +##### Triggers +Active triggers count for selected hosts or table data like Zabbix _System status_ panel on the main dashboard.