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