Current approach to templates in NetXMS has the idea, that all nodes, belonging to one template are absolutely the same.
You could create a separate template for your exclusion cases and set up template autoapply scripts that would set correct template for a particular node.
The other way could be to use the following syntax in threshold field %{custom_attribute_name:100} in template. In this case threshold value will be taken from a custom attribute, specified on a node and if such attribute is not present on a node, a default value of 100 will be used.
You could create a separate template for your exclusion cases and set up template autoapply scripts that would set correct template for a particular node.
The other way could be to use the following syntax in threshold field %{custom_attribute_name:100} in template. In this case threshold value will be taken from a custom attribute, specified on a node and if such attribute is not present on a node, a default value of 100 will be used.