21.12.2020 · zgraf is Zabbix Super Administrator, firewall is set correctly on both sides and nothing. P.S. i use my grafana in the K8S and in this log i see this t=2020-12-22T14:36:04+0000 lvl=eror msg="Zabbix API request error" logger=plugins.backend pluginId=alexanderzobnin-zabbix-datasource error="request failed, status: 403 Forbidden"
11.03.2018 · Using trends will increase Grafana performance. Direct DB Connection Direct DB Connection allows plugin to use existing SQL data source for querying history data directly from Zabbix database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces amount of data transfered.
When Direct DB Connection is disabled, it's successful to test and save. Database data source: PostgreSQL ... Grafana, Zabbix, Grafana-Zabbix Plugin ...
Apr 15, 2018 · Hi! CentOS 7 3.10.0-693.21.1.el7.x86_64 mysql Ver 15.1 Distrib 5.5.56-MariaDB Zabbix 3.4.8 grafana 5.0.4-1 I am configuring my grafana+Zabbix stack now, so I have a question. I want to use direct db access to Zabbix mysql because it’s a bit rapid than Zabbix API. I create a new data source in grafana for mysql (zabbix, mysql and grafana are located together): Then I create another one for ...
Direct DB Connection Configuration - Grafana-Zabbix Documentation Direct DB Data Source Configuration Security notes Grafana-Zabbix plugin can use MySQL, Postgres or InfluxDB (if Zabbix configured to store history data in InfluxDB) data sources to query history and trend data directly from Zabbix database.
Direct DB Connection allows plugin to use existing SQL data source for querying history data directly from Zabbix database. This way usually faster than pulling ...
27.08.2020 · Describe the bug When enable 'Direct DB Connection' I can't select the 'Data Source', ... Can't select Direct DB Connection in Grafana 7.1.5 with Zabbix 5.0.3 #1027. Closed AguirreIF opened this issue Aug 27, 2020 · 0 comments Closed
Direct DB Connection feature allows using database transparently for querying historical data. Now Grafana-Zabbix plugin supports few databases for history ...
08.06.2021 · Also, implementing direct db connection on the backend is tricky since I cannot use existing data source (maybe, I can, but I have to investigate). So my tip: Disable direct db connection if it's not critical for you (your Zabbix server can handle amount of queries you usually invoke). Downgrade to Grafana 7.5 and wait for the fix (will be in 4 ...
Jun 08, 2021 · Also, implementing direct db connection on the backend is tricky since I cannot use existing data source (maybe, I can, but I have to investigate). So my tip: Disable direct db connection if it's not critical for you (your Zabbix server can handle amount of queries you usually invoke). Downgrade to Grafana 7.5 and wait for the fix (will be in 4 ...
grafana-zabbix Direct DB connection - No data in Grafana 8.0 - TypeScript. Describe the bug No data returned for queries when Direct DB connection enabled.
26.04.2019 · * Iiris version of Grafana-Zabbix plugin * fix direct DB connection datasource config, closes alexanderzobnin#731 * IISCRUM-1293 Change panel default settings * IISCRUM-1319 Add title for no data * hotfix/IISCRUM-1324 * IISCRUM-1324 Change selector directive name * IISCRUM-1324 Add one conditional Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> Co …
First Create a MySQL Data Source that will connect directly to the Zabbix Servers MySQL Database. SSH onto the Zabbix Server, Create a user in MySQL, with read only access, that the Grafana MySQL data source will use to connect with. 1 mysql 1 2 3 4 5 6 7 8 9
Direct DB Data Source Configuration Security notes. Grafana-Zabbix plugin can use MySQL, Postgres or InfluxDB (if Zabbix configured to store history data in InfluxDB) data sources to query history and trend data directly from Zabbix database.
Direct DB Connection. Since version 4.3 Grafana can use MySQL as a native data source. The idea of Direct DB Connection is that Grafana-Zabbix plugin can use this data source for querying data directly from a Zabbix database. One of the most resource intensive queries for Zabbix API is the history query.
May 07, 2019 · Newbie here (to Grafana). I am adding this to our Zabbix server. Grafana is installed on the same server as Zabbix, the zabbix database is on a different server. DB is Postgresql 9.4, Zabbix 4.0 It’s working nicely using the API, but I want to use the direct db since some queries are causing the Zabbi API to run out of memory. I configured Postgres as a data source, went into the Zabbix ...
15.04.2018 · Zabbix 3.4.8 grafana 5.0.4-1. I am configuring my grafana+Zabbix stack now, so I have a question. I want to use direct db access to Zabbix mysql because it’s a bit rapid than Zabbix API. I create a new data source in grafana for mysql (zabbix, mysql and grafana are located together):
Apr 26, 2019 · * Iiris version of Grafana-Zabbix plugin * fix direct DB connection datasource config, closes alexanderzobnin#731 * IISCRUM-1293 Change panel default settings * IISCRUM-1319 Add title for no data * hotfix/IISCRUM-1324 () * IISCRUM-1324 Change selector directive name * IISCRUM-1324 Add one conditional Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> Co-authored-by: Sami Pajunen ...
The MySQL data source will instead connect directly to the Zabbix database and bypass the API layer for certain queries. Create Zabbix Specific MySQL Data ...