diff --git a/README.md b/README.md index 66e2e2d..2afa5b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# CS2 Support +**I can't tell if CS2 will be supported directly through the csgo config or if a new one will be needed, I'll need to have access to it and for Valve to release CS2 dedicated servers for everybody** + # SRCDS Prometheus exporter ### The goal of this project is to provide a simple way to get metrics from various Source dedicated servers and expose them in Grafana.

@@ -10,7 +13,7 @@

- + @@ -33,6 +36,12 @@ You need to have NodeJS installed if you want to run the sources, NVM (Node Vers By default, the exporter runs on port 9591, it's possible to customize this by setting the HTTP_PORT variable to the desired port. +## Configure the game's server + +1. Make sure to configure a rcon password + +2. Add `-usercon` to your srcds start parameters, otherwise rcon connection cannot be done from "outside" of the game/server's console, resulting in the exporter showing 0 for all metrics + ## Configure Prometheus Add the following configuration to Prometheus static configuration :