commit | a75a89cbadd74ab1ada03854e202c0a5295829d8 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Sun Jan 19 17:50:15 2014 +0100 |
committer | Ales Komarek <mail@newt.cz> | Sun Jan 19 17:50:15 2014 +0100 |
tree | 7690b54758e1325e4633e9e14ee79231f97af7e4 |
Initial commit
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e3f724 --- /dev/null +++ b/README.md
@@ -0,0 +1,18 @@ + +# Statsd + +## Sample pillar + +statsd: + server: + enabled: true + bind_port: 8125 + backends: + - type: graphite + host: metrics1.domain.com + port: 2003 + +## Read more + +* https://github.com/etsy/statsd/ +* https://github.com/mrtazz/statsd-amqp-backend \ No newline at end of file