Can you share the actual images you use in this rack?
We really need your input in this questionnaire
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;