184
edits
Tomas Kirnak (talk | contribs) |
|||
Line 468: | Line 468: | ||
== Instance Filter == | == Instance Filter == | ||
You can optionally filter out unneeded instances and transform instance names using filtering script written in NXSL. Script will be called for each instance and can return TRUE (to accept instance), FALSE (to reject instance), | You can optionally filter out unneeded instances and transform instance names using filtering script written in NXSL. Script will be called for each instance and can return TRUE (to accept instance), or FALSE (to reject instance).<br><br> | ||
If you wish to change the instance-name, instead of TRUE, you can return an array of three elements - first is TRUE, 2nd is {instance} value, and 3rd is the new value for {instance-name}.<br> | |||
Example: %(true, "1", "name") | |||
= Working with collected data = | = Working with collected data = |
edits