Ок, присылайте лог сервера. Можно в форумную личку.
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 Menuinstances = %{ }; // Create empty hash map
instances[".1.1.1"] = "name_one";
instances[".1.1.2"] = "name_two";
return instances;return Instance(displayName: "name_one", name: ".1.2.3");transport = $node->createSNMPTransport();
if (transport != null) {
legend_name = SNMPGetValue(transport, ".1.2.3.4.1");
}else
{
return false;
}