Прокси указать в шаблоне (поскольку он не меняется), а в качестве имени ноды в шаблоне указать %{node_name} (все макросы описаны здесь: https://www.netxms.org/documentation/adminguide/data-collection.html#macros-in-template-items).
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if ($1 ~= "^([0-9]+) .*")
{
return %(true, $1); // at this point $1 contains first matching group
}
return false;