Skip to content

A SimpleCloud module for display statistic from your cloud in grafana using influxdb

Notifications You must be signed in to change notification settings

NeverStopGaming/SimpleCloud-stats-module

Repository files navigation

Logo

A SimpleCloud module for display statistic from your cloud in grafana using influxdb
Discord · Teamspeak



Overview
  1. Getting Started
  2. Features
  3. Dashboards

Getting Started

Requirements

Install the module

  1. Download the last version from the release
  2. Drag and drop it in to your cloud directory /modules
  3. Reload your cloud using reload
  4. open the config.json in your /modules/SimpleCloud-Stats-Module/ directory and enter your influxdb credentials

Install InfluxDB

  1. run docker run -p 8086:8086 -v influxdb:/var/lib/influxdb2 influxdb to pull the influxdb image run start a instance unter the port 8086
  2. navigate to http://yourserverip:8086 and go through the installation
  3. create a new Bucket named Simplecloud

Install Grafana

  1. use docker run -d --name=grafana -p 3000:3000 grafana/grafana to download the grafana docker image and run it
  2. open http://yourserverip:3000 in your browser and login with the default username admin und password admin
  3. onces logged in head to Configuration and Data sources
  4. click on add data source and select InfluxDB
  5. set the Query Language to Flux and enter your InfluxDB Details
  6. (Get a api in your Influx web interface under Data and API Token)

Install InfluxDB and Grafana using Docker compose (recommended)

  1. TODO

Features

  • real time data
  • prebuild dashboards
  • advanced player, service, group and wrapper statistics
  • custom querrys
  • custom dashboards

Dashboards

TODO

About

A SimpleCloud module for display statistic from your cloud in grafana using influxdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages