Hi XI Support
We are testing Folder Watch (SSH) without a success so far. Wizard successfully verifies SSH, but only asks for username (no password?) and results in UNKNOWN error:
UNKNOWN ERROR - execution of ssh [email protected] ls -lA /mnt/tc-msgbroker/prontowave/MotorTestData/Navision -R resulted in an error 65280 -
Here is a command (we are checking Linux server, SuSe to be exact)
check_file_service!-C 'ssh nagios@$HOSTADDRESS$ ls -lA /mnt/tc-msgbroker/prontowave/MotorTestData/Navision' -F '[^\0]+' -r! -w 20 -c 30!!!!!!
How to fix this please?
Folder Watch Wizard creates service, with UNKNOWN results
Folder Watch Wizard creates service, with UNKNOWN results
You do not have the required permissions to view the files attached to this post.
Re: Folder Watch Wizard creates service, with UNKNOWN result
When the command runs on the remote system, it runs it as the nagios user.
The nagios user needs to be able to read that final directory on the server and I am guessing that it does not.
Does the nagios user have permissions to access that folder?
The nagios user needs to be able to read that final directory on the server and I am guessing that it does not.
Code: Select all
/mnt/tc-msgbroker/prontowave/MotorTestData/NavisionBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Folder Watch Wizard creates service, with UNKNOWN result
Let's close this one (although it was not resolved or operational)tgriep wrote:When the command runs on the remote system, it runs it as the nagios user.
The nagios user needs to be able to read that final directory on the server and I am guessing that it does not.Does the nagios user have permissions to access that folder?Code: Select all
/mnt/tc-msgbroker/prontowave/MotorTestData/Navision