Replicated this, created ticket: https://github.com/netxms/netxms/issues/3189
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 Menureturn DataCollection::ERROR;
this will prevent storing of a value into the DB, DCI will show <ERROR>. subnetObject = InetAddress("192.168.56.0", 24);
if (subnetObject.contains($node.ipAddress)) {
return 1; // match
} else {
return 0; // no match
}