From 6b46a685bb3c729c1c76935d4cd862fd6d7c2059 Mon Sep 17 00:00:00 2001 From: Gal Barnea Date: Tue, 25 Aug 2015 16:58:18 -0400 Subject: [PATCH] support sending metrics locally --- conf/statsdaemon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/statsdaemon.conf b/conf/statsdaemon.conf index 2ef075c..ec5203a 100755 --- a/conf/statsdaemon.conf +++ b/conf/statsdaemon.conf @@ -11,5 +11,5 @@ respawn limit 5 30 limit nofile 65550 65550 script - exec /opt/statsdaemon/statsdaemon -prefix="prefix.stats." -graphite=carbon.hostedgraphite.com:2003 >>/mnt/log/statsdaemon.log 2>&1 + exec /opt/statsdaemon/statsdaemon -prefix="prefix.stats." -graphite="carbon.hostedgraphite.com:2003,127.0.0.1:2003" >>/mnt/log/statsdaemon.log 2>&1 end script