Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,10 +1,12 @@
|
|||||||
# grafana-zabbix
|
# grafana-zabbix
|
||||||
#### Zabbix API datasource for Grafana dashboard
|
## Zabbix API datasource for Grafana dashboard
|
||||||
|
|
||||||
Display your Zabbix data directly in Grafana dashboards!
|
Display your Zabbix data directly in Grafana dashboards!
|
||||||
Useful metric editor with host group and application filtering:
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Useful metric editor with host group and application filtering:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
@@ -12,7 +14,7 @@ Useful metric editor with host group and application filtering:
|
|||||||
|
|
||||||
### Grafana 1.9.x
|
### Grafana 1.9.x
|
||||||
|
|
||||||
Download latest release and unpack into `<your grafana installation>/plugins/datasource/`. Then edit Grafana config.js:
|
Download latest 1.x.x release and unpack into `<your grafana installation>/plugins/datasource/`. Then edit Grafana config.js:
|
||||||
* Add dependencies
|
* Add dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -37,7 +39,7 @@ Download latest release and unpack into `<your grafana installation>/plugins/dat
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Grafana 2.0.x
|
### Grafana 2.0.x
|
||||||
Download source code and put `zabbix` directory into `<your grafana-2 installation>/public/app/plugins/datasource/`.
|
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`
|
* Edit plugin.json (located in `zabbix` directory) and set your `username` and `password`
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user