Browse Source

update readme

master
n0m1s 2 years ago
parent
commit
3a27015d47
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      readme.md

+ 7
- 0
readme.md View File

@ -1,5 +1,7 @@
# mqtt2statsd # mqtt2statsd
mqtt2statsd is a service that translates numeric MQTT messages into statsd gauge metrics.
## Dependencies ## Dependencies
Ubuntu: Ubuntu:
@ -10,3 +12,8 @@ pkg-config \
cmake \ cmake \
gcc gcc
``` ```
## Configuration
mqtt2statsd is configured via a toml configuration file.
Check [example.toml](./example.toml) for an example configuration.

Loading…
Cancel
Save