Skip to content

Prometheus exporter for game servers that support the A2S query protocol

License

Notifications You must be signed in to change notification settings

nullconfig/game-server-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Server Exporter

A prometheus exporter for game servers that support the A2S query protocol

Build the exporter

python -m build

Install the exporter globally

sudo pip install dist/game_server_exporter-0.0.1-py3-none-any.whl

Running the exporter as a systemd service

[Unit]
Description=Game Server Exproter
After=docker.service
Requires=docker.service

[Service]
TimeoutStartSec=0
Restart=always
User=root
ExecStart=game-server-exporter --container steamcmd --address 127.0.0.1 --port 8888 --metric-name game_server --metrics-endpoint 9103

[Install]
WantedBy=multi-user.target

About

Prometheus exporter for game servers that support the A2S query protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages