<div dir="ltr">Very Helpful. <div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 23, 2016 at 4:20 PM, Marc Fournier <span dir="ltr"><<a href="mailto:marc.fournier@camptocamp.com" target="_blank">marc.fournier@camptocamp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Jerry Lombardo <<a href="mailto:jerrylombardo@gmail.com">jerrylombardo@gmail.com</a>> writes:<br>
<br>
> Hi,<br>
><br>
><br>
> I'm using collectD to poll servers at a 5 minute interval and pushing it<br>
> out using write graphite.<br>
><br>
><br>
> I'd like to keep that 5 minute polling going but then run a second<br>
> temporary poll at say a 30 sec interval and push that to graphite under a<br>
> different prefix.   The purpose of this is higher resolution metrics for<br>
> troubleshooting or load testing events.<br>
><br>
><br>
> What is the best way to accomplish this?<br>
<br>
</div></div>You'll need to run 2 concurrent collectd instances, with different<br>
Interval and Prefix (write_graphite) settings.<br>
<br>
Another option is to set different aggregation policies in carbon's<br>
storage-schemas.conf and define 2 write_graphite <Node> blocks, pointing to<br>
the same server but with a different Prefix.<br>
<br>
HTH,<br>
Marc<br>
</blockquote></div><br></div>