Hello,
i`m just new to the dude and have a question regarding SSH probe..
on the remote side there`s a linux machine and i need some kind of script to check if an external device there is working.
if i log in the linux device with putty i can isue the following command to check the external device:
/Scripts/PipeCommand /tmp/RIP_Tableau_1037 "STATUS"
the reply from the system will be this:
response : @/tmp/RIP_Tableau_1037@STATUS 3
this means that the device is running properly when status is @ 3,
how can i make a SSH probe that will log in to the linux machine and will issue this command
/Scripts/PipeCommand /tmp/RIP_Tableau_1037 "STATUS"
and then returns the following value back to the dude which checks if the status = 3
response : @/tmp/RIP_Tableau_1037@STATUS 3
is this possible with the dude?