summaryrefslogtreecommitdiff
path: root/configs/samples/statsd.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/samples/statsd.conf.sample')
-rw-r--r--configs/samples/statsd.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/samples/statsd.conf.sample b/configs/samples/statsd.conf.sample
new file mode 100644
index 000000000..806097300
--- /dev/null
+++ b/configs/samples/statsd.conf.sample
@@ -0,0 +1,8 @@
+[general]
+;enabled = yes ; When set to yes, statsd support is enabled
+;server = 127.0.0.1 ; server[:port] of statsd server to use.
+ ; If not specified, the port is 8125
+;prefix = ; Prefix to prepend to all metrics
+;add_newline = no ; Append a newline to every event. This is
+ ; useful if you want to run a fake statsd
+ ; server using netcat (nc -lu 8125)