Sorry, I misunderstood the situation. Then you can use the following DCI:
Origin = SNMP, Parameter = OID you are using to get IP address
with the following transformation script:
Best regards,
Victor
Origin = SNMP, Parameter = OID you are using to get IP address
with the following transformation script:
Code Select
server = FindNodeObject($node, "netxms-server-name");
return AgentReadParameter(server, "Icmp.Ping(" . $1 . ")");
Best regards,
Victor
Сейчас наш MIB компилятор поле DISPLAY-HINT игнорирует, я добавлю feature request на это.