Skip to content

Commit

Permalink
Merge pull request #16 from SplotyCode/patch-3
Browse files Browse the repository at this point in the history
Update url in README.md
  • Loading branch information
clrxbl authored Jan 25, 2024
2 parents 286715e + 06508f9 commit d2cb868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# blockgametracker

A Python Prometheus exporter to query Minecraft servers for their current status and playercount.
Used for https://blockgametracker.iptables.sh
Used for https://blockgametracker.gg

Originally https://github.com/itzg/mc-monitor was used for this purpose but it ended up not suiting this project. Metric & label names were taken from this project.

# Usage

See the production config as example on how to configure the server list in `deploy/config/servers.yaml`
The exporter can be ran using Docker. When developing locally, you can use `docker-compose up --build` to run the exporter and access it at `http://127.0.0.1:8080`
The exporter can be ran using Docker. When developing locally, you can use `docker-compose up --build` to run the exporter and access it at `http://127.0.0.1:8080`

0 comments on commit d2cb868

Please sign in to comment.