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