Hi,
it is not NXSL function, but list provided by agent. You can call it from NXSL script like this:
AgentReadList($node, "SSH.Command(ip,login,password,command");
Use string concatenation to insert dynamic values.
Best regards,
Victor
it is not NXSL function, but list provided by agent. You can call it from NXSL script like this:
AgentReadList($node, "SSH.Command(ip,login,password,command");
Use string concatenation to insert dynamic values.
Best regards,
Victor