<div dir="ltr">Hi,<div><br></div><div>I've been trying curl-plugin to collectd a few metrics from a webservice. When there is no activity the webservice just return a 'nil' value and the regex doest't match. Is there any option to curl-plugin to return a default value if the regex doestn't match?</div><div><br></div><div>My config:</div><div><br></div><div><div> <Page "worker"></div><div>    URL "<a href="http://localhost:85/metric/provisiona_fail/?flush=yes">http://localhost:85/metric/provisiona_fail/?flush=yes</a>"</div><div>    <Match></div><div>      Regex "^([0-9]+)$"</div><div>      DSType "GaugeLast"</div><div>      Type "gauge"</div><div>       Instance "spawned_fail"</div><div>    </Match></div><div>  </Page></div></div><div><br></div><div>This is what it returns when there is no activity:</div><div><br></div><div>curl <a href="http://localhost:85/metric/spawned_fail/">http://localhost:85/metric/spawned_fail/</a><br></div><div>nil</div><div><br></div><div>Thanks.</div></div>