Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

corenting/MumbleServerStatsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MumbleServerStatsd

Build Latest Release License

Send the number of connected users of a mumble server as a statsd gauge.

Usage:
  MumbleServerStatsd [options]

Options:
  --mumble-hostname <mumble-hostname>    hostname or IP of the mumble server.
  --statsd-hostname <statsd-hostname>    hostname or IP of the statsd server.
  --statsd-port <statsd-port>            port of the statsd server (optional, 8125 if not set). [default: 8125]
  --mumble-port <mumble-port>            port of the server (optional, 64738 if not set). [default: 64738]
  --version                              Show version information
  -?, -h, --help                         Show help and usage information

Download

Available in Github releases for the following platforms :

  • Linux x64
  • Linux x64 (musl)
  • Linux arm64
  • Linux arm
  • Windows x64
  • Windows arm64