Alexander Zobnin 91f2d147ea Update README.md
2015-05-12 17:51:29 +03:00
2015-05-12 17:51:29 +03:00

grafana-zabbix

Zabbix API datasource for Grafana dashboard

Display your Zabbix data directly in Grafana dashboards!
Useful metric editor with host group and application filtering:

grafana - zabbix datasource

Installation

Grafana 1.9.x

Download latest release and unpack zabbix directory 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%