![]() |
You can run PuTTY from Geneos through the use of a command. |
![]() |
Setup a command with the following XML configuration:
<command name="putty"> <targets> <target>/geneos/gateway/directory/probe/managedEntity</target> </targets> <userCommand> <type>script</type> <runLocation>client</runLocation> <args> <arg> <static>C:\Users\Desktop\putty.exe -ssh </static> </arg> <arg> <xpath>ancestor::probe/parameters/@HostName</xpath> </arg> </args> <enablePassword>true</enablePassword> </userCommand> </command> Ensure that the full path is included in the Args --> static field
Having a Managed Entity as the target of the command, the xpath (Args --> xpath) to be used get the current NetProbe host name should be: ancestor::probe/parameters/@HostName (this can be seen in the Gateway Technical Reference Guide, Section 31.5).
If you wish to use a username as part of the command, you can do this by researching this article.
|
-
Tags:
Comments
0 comments
Please sign in to leave a comment.