Windows agent nstaller on netxms.org/downloads has been updated, please try it
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 Menutransport = $node->createSNMPTransport();
if (transport == null) return null;
value1 = transport->getValue(".1.2.3.4.5.6.7.8");
if (value1 == null) return null;
value2 = transport->getValue(".1.2.3.4.5.6.7.8");
if (value2 == null) return null;
return value1/value2;