I have a Linux box on which I need to check diskspace via check_by_ssh.
From the commanline everything looks ok!
Code: Select all
/usr/local/nagios/libexec/check_by_ssh -H x.x.x.x -l nagios -C "/home/nagios/libexec/check_disk -w 10 -c 5 -u GB /app"
DISK OK - free space: /app 85 GB (96% inode=99%);| /app=2GB;83;88;0;93
Code: Select all
Remote command execution failed: Host key verification failed.I guess this has something to do with how Xi interprets things and I probably need a special character somewhere... But I'm at a loss as to what and where.....
