Skip to content

Grafana with unofficial plugins: Zabbix, DalmatinerDB, Ambari, Atsd, Bosun, Cloudera Manager, Druid, Chnocchi, PRTG, OpenNMS, ...

License

Notifications You must be signed in to change notification settings

rorybrowne/grafana-xxl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana XXL

Official Grafana with unofficial plugins: Zabbix, DalmatinerDB, Bosun, Cloudera Manager, OpenNMS, Druid, Atsd, Chnocchi, PRTG, Ambari, ...

Official inbuilt plugins: Graphite, InfluxDB, OpenTSDB, CloudWatch, Elasticsearch, Grafana, Prometheus, SQL, KairosDB.

Grafana XXL datasources

Please donate to author, so he can continue to publish another awesome projects for free:

Paypal donate button

Running your Grafana XXL Docker image

Start your image binding the external port 3000:

docker run -d --name=grafana-xxl -p 3000:3000 monitoringartist/grafana-xxl

Try it out, default admin user is admin/admin.

Configuring your Grafana container

All options defined in conf/grafana.ini can be overriden using environment variables, for example:

docker run \
  -d \
  -p 3000:3000 \
  --name=grafana-xxl \
  -e "GF_SERVER_ROOT_URL=http://grafana.server.name" \
  -e "GF_SECURITY_ADMIN_PASSWORD=secret \
  monitoringartist/grafana-xxl

Grafana XXL with persistent storage (recommended)

# 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

Running specific version of Grafana XXL

# specify right tag, e.g. 2.6.0 - see Docker Hub for available tags
docker run \
  -d \
  -p 3000:3000 \
  --name grafana-xxl \
  monitoringartist/grafana-xxl:2.6.0

Included plugins

See plugin projects also for documentation:

Please report any plugin issues directly to the author.

Supported monitoring services

Author

Devops Monitoring zExpert, who loves monitoring systems, which start with letter Z. Those are Zabbix and Zenoss.

Professional monitoring services:

Monitoring Artist

About

Grafana with unofficial plugins: Zabbix, DalmatinerDB, Ambari, Atsd, Bosun, Cloudera Manager, Druid, Chnocchi, PRTG, OpenNMS, ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%