Thank you for the update. Any ETA when the console, agent, etc will have a patched openssl (CVE-2025-15467).
Thanks in advance!
Thanks in advance!
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 = CreateSNMPTransport($node);
if (transport == null)
return false;
// get the interface name to return as instance-name
vb = SNMPGet(transport, ".1.3.6.1.2.1.31.1.1.1.1." . $1);
if (vb == null)
return false;
// filter out loopback
if (vb->value == "lo")
return false;
return %(true, $1, vb->value);