Skip to content

Instantly share code, notes, and snippets.

@heinrichvk
Created June 15, 2015 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heinrichvk/112f84798db0eded1bea to your computer and use it in GitHub Desktop.
Save heinrichvk/112f84798db0eded1bea to your computer and use it in GitHub Desktop.
isMetricCollected
<#if isMetricCollected("nmon.processes.blocked", "${entity}") >
[series]
label = blocked
entity = ${entity}
metric = nmon.processes.blocked
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment