summarylogtreecommitdiffstats
path: root/statsite.conf.example
diff options
context:
space:
mode:
authorAdrián Pérez de Castro2015-12-17 16:37:30 +0200
committerAdrián Pérez de Castro2015-12-17 16:37:30 +0200
commitf6cc92064df35fe487e7051870f05ae4f8ebf16a (patch)
tree5b2578da3d77568ddb367b64c9e00d68ae1e1162 /statsite.conf.example
downloadaur-f6cc92064df35fe487e7051870f05ae4f8ebf16a.tar.gz
Initial import
Diffstat (limited to 'statsite.conf.example')
-rw-r--r--statsite.conf.example22
1 files changed, 22 insertions, 0 deletions
diff --git a/statsite.conf.example b/statsite.conf.example
new file mode 100644
index 000000000000..6ab088eb2f42
--- /dev/null
+++ b/statsite.conf.example
@@ -0,0 +1,22 @@
+# Copy to /etc/statsite.conf and edit to suit your needs.
+
+[statsite]
+port=8125
+udp_port=8125
+log_level=INFO
+flush_interval=10
+timer_eps=0.01
+set_eps=0.02
+stream_cmd=python sinks/graphite.py localhost 2003
+
+[histogram_api]
+prefix=api
+min=0
+max=100
+width=5
+
+[histogram_default]
+prefix=
+min=0
+max=200
+width=20