Update README.md
This commit is contained in:
29
README.md
29
README.md
@@ -1,7 +1,9 @@
|
||||
# Grafana-Zabbix
|
||||
## Zabbix API datasource for Grafana dashboard
|
||||
|
||||
Display your Zabbix data directly in [Grafana](http://grafana.org) dashboards!
|
||||
Read more in Grafana-Zabbix [wiki](https://github.com/alexanderzobnin/grafana-zabbix/wiki).
|
||||
|
||||
Display your Zabbix data directly in [Grafana](http://grafana.org) dashboards!
|
||||
|
||||

|
||||
|
||||
@@ -13,31 +15,8 @@ Useful metric editor with host group and application filtering:
|
||||
## Installation
|
||||
|
||||
### Grafana 1.9.x
|
||||
See [grafana-1.9](../../tree/grafana-1.9) branch or Grafana-Zabbix [wiki](https://github.com/alexanderzobnin/grafana-zabbix/wiki).
|
||||
|
||||
Download latest 1.x.x 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
|
||||
Download source code from master branch and put `zabbix` directory into `<your grafana-2 installation>/public/app/plugins/datasource/`.
|
||||
* Edit plugin.json (located in `zabbix` directory) and set your `username` and `password`
|
||||
|
||||
Reference in New Issue
Block a user