2015-05-12 17:32:04 +03:00
2015-05-05 18:19:04 +03:00
2015-05-09 14:53:04 +03:00

grafana-zabbix

Zabbix API datasource for Grafana dashboard

alt tag

Query editor allows to add metric by step-by-step selection from host group, host, application dropdown menus.

alt tag alt tag alt tag

Installation

Grafana 1.9.x

Download latest release and unpack into <your grafana installation>/plugins/datasource/. Then edit Grafana config.js:

  • Add dependencies

    plugins: {
      panels: [],
      dependencies: ['datasource/zabbix/datasource', 'datasource/zabbix/queryCtrl'],
    }
    
  • Add datasource and setup your Zabbix API url, username and password

    datasources: {
      ...
      },
      zabbix: {
        type: 'ZabbixAPIDatasource',
        url: 'http://www.zabbix.org/zabbix/api_jsonrpc.php',
        username: 'guest',
        password: ''
      }
    },
    

Grafana 2.0.x

Now in development.

Description
grafana zabbix fork
Readme Apache-2.0 18 MiB
Languages
TypeScript 68.4%
Go 22.8%
SCSS 5.3%
JavaScript 1.3%
Python 1%
Other 1.1%