Skip to content

Commit

Permalink
Merge branch 'release-1.0' into grafana-1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed May 12, 2015
2 parents f72a041 + 572bba9 commit d9614fc
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 260 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
# grafana-zabbix
Zabbix API datasource for Grafana dashboard

![alt tag](https://cloud.githubusercontent.com/assets/4932851/7454206/34bf9f8c-f27a-11e4-8e96-a73829f188c4.png)


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

![alt tag](https://cloud.githubusercontent.com/assets/4932851/7441162/4f6af788-f0e4-11e4-887b-34d987d00c40.png)
![alt tag](https://cloud.githubusercontent.com/assets/4932851/7441163/56f28f16-f0e4-11e4-9d46-54181c2a2e7e.png)
![alt tag](https://cloud.githubusercontent.com/assets/4932851/7441167/5f29cc94-f0e4-11e4-8d39-7580f33201f6.png)


## 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.
Loading

0 comments on commit d9614fc

Please sign in to comment.