Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 697 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 697 Bytes

a2s-gameserver-dashboard

Overview

This project creates Grafana Dashboards from A2S Query Game Server Data via ClickHouse Backend Database

Quick Start

  • Start docker compose
docker compose up -d
  • Execute ./runmasterquery.sh to populate servers once clickhouse is up.
  • Add runmasterquery.sh to crontab to keep servers updated hourly crontab -e:
0 * * * * /home/user/git/a2s-gameserver-dashboard/runmasterquery.sh

Dashboard Screenshots

A2S Server List

Screenshot

A2s Server Summary

Screenshot