From 6d7f1064107cc385c313ad194a676c8e3fd6f87f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Jan 2019 16:15:23 -0800 Subject: local collectd example --- extra/collectd_statsd.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extra/collectd_statsd.conf (limited to 'extra') diff --git a/extra/collectd_statsd.conf b/extra/collectd_statsd.conf new file mode 100644 index 00000000..53419be2 --- /dev/null +++ b/extra/collectd_statsd.conf @@ -0,0 +1,22 @@ + +# This configures collectd to accept statsd metrics. They will end up under, +# eg, .statsd.derive-*. On a local machine they can be viewed with, +# eg, kcollectd, which is helpful for basic debugging of metrics. +# +# To use, copy this file to, eg: /etc/collectd/collectd.conf.d/fatcat_statsd.conf +# then restart colectd: sudo service collectd restart + +LoadPlugin statsd + + + Host "127.0.0.1" + #Host "::1" + Port "8125" + DeleteSets true + DeleteCounters true + DeleteTimers true + DeleteGauges true + + TimerCount true + #CounterSum false + -- cgit v1.2.3