Hi, I am trying to get an SSH Agent check to conduct a ping as we want agentless monitoring and the ping needs to be sent from the monitored host. I have it set to run this command (IP address obfuscated) : ping -r -R -c2 -t2 0.0.0.0
When the ping is successful, the check works perfectly, but if I change the IP to one where the ping will fail, the whole SSH Agent check starts failing with a "Not Supported" message - "Unable to read data from SSH server". Is there a way to resolve this?
Thanks in advance for any guidance!
When the ping is successful, the check works perfectly, but if I change the IP to one where the ping will fail, the whole SSH Agent check starts failing with a "Not Supported" message - "Unable to read data from SSH server". Is there a way to resolve this?
Thanks in advance for any guidance!