Skip to content

Commit

Permalink
Merge pull request #140 from jangaraj/master
Browse files Browse the repository at this point in the history
README info about Dockerized Grafana with Zabbix plugin
  • Loading branch information
alexanderzobnin committed Jan 21, 2016
2 parents b846d0e + 56a2af9 commit 1473773
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,19 @@ Group, host, application or item names can be replaced with a template variable.
* Show acknowledges for problems:
![Acknowledges](https://cloud.githubusercontent.com/assets/4932851/8269375/e6d8706a-17ad-11e5-8e2d-2d707d8ee67f.png)

### Dockerized Grafana with Zabbix datasource

# create /var/lib/grafana as persistent volume storage
docker run -d -v /var/lib/grafana --name grafana-xxl-storage busybox:latest

# start grafana-xxl
docker run \
-d \
-p 3000:3000 \
--name grafana-xxl \
--volumes-from grafana-xxl-storage \
monitoringartist/grafana-xxl
Visit [Grafana XXL project](https://github.com/monitoringartist/grafana-xxl) for more details.

Read more about Grafana features at [grafana.org](http://grafana.org)

0 comments on commit 1473773

Please sign in to comment.