You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
n0m1s f0dee2e3f0
add statsd prefix
2 years ago
src add statsd prefix 2 years ago
.gitignore WIP 2 years ago
Cargo.lock exit gracefully when MQTT server is disconnected 2 years ago
Cargo.toml exit gracefully when MQTT server is disconnected 2 years ago
example.toml exit gracefully when MQTT server is disconnected 2 years ago
readme.md update readme 2 years ago

readme.md

mqtt2statsd

mqtt2statsd is a service that translates numeric MQTT messages into statsd gauge metrics.

Dependencies

Ubuntu:

$ sudo apt install \
libssl-dev \
pkg-config \
cmake \
gcc

Configuration

mqtt2statsd is configured via a toml configuration file. Check example.toml for an example configuration.