A SimpleCloud module for display statistic from your cloud in grafana using influxdb
Discord
·
Teamspeak
Overview
- Java 11 or higher
- Docker
- InfluxDB
- Grafana
- (Docker Compose)
- Download the last version from the release
- Drag and drop it in to your cloud directory
/modules
- Reload your cloud using
reload
- open the
config.json
in your/modules/SimpleCloud-Stats-Module/
directory and enter your influxdb credentials
- run
docker run -p 8086:8086 -v influxdb:/var/lib/influxdb2 influxdb
to pull the influxdb image run start a instance unter the port8086
- navigate to http://yourserverip:8086 and go through the installation
- create a new Bucket named
Simplecloud
- use
docker run -d --name=grafana -p 3000:3000 grafana/grafana
to download the grafana docker image and run it - open http://yourserverip:3000 in your browser and login with the default username
admin
und passwordadmin
- onces logged in head to
Configuration
andData sources
- click on
add data source
and selectInfluxDB
- set the
Query Language
toFlux
and enter yourInfluxDB Details
- (Get a api in your
Influx web interface
underData
andAPI Token
)
- TODO
- real time data
- prebuild dashboards
- advanced player, service, group and wrapper statistics
- custom querrys
- custom dashboards
TODO