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 b4ec9f3e21
update cargo metadata
2 years ago
src send message to statsd 2 years ago
.gitignore WIP 2 years ago
Cargo.lock exit gracefully when MQTT server is disconnected 2 years ago
Cargo.toml update cargo metadata 2 years ago
LICENSE.txt add MIT license 2 years ago
README.md renamed README.md 2 years ago
example.toml send message to statsd 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.