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

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

README.MD

File metadata and controls

28 lines (22 loc) · 1.13 KB

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