NRPE Unable to read output
Re: NRPE Unable to read output
Screenshots and nrpe.cfg file attached
You do not have the required permissions to view the files attached to this post.
Re: NRPE Unable to read output
Can you su as "nrpe" user on the client (remote machine), and run your script without being prompted for a password?
Code: Select all
su - nrpe
sudo /usr/lib64/nagios/plugins/check_ucard_backups.shBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: NRPE Unable to read output
Hi
No it goes to a prompt but when I try and run the script it prompts for the password for the nrpe user
No it goes to a prompt but when I try and run the script it prompts for the password for the nrpe user
Re: NRPE Unable to read output
Can you PM me your sudoers file? If you have more than one file, e.g. a file in /etc/sudoers.d directory, PM me this one as well.
In addition to the "standard" sudoers, do you have by chance sudo configured via LDAP as well? If you do, we would need to see these configs too.
In addition to the "standard" sudoers, do you have by chance sudo configured via LDAP as well? If you do, we would need to see these configs too.
Be sure to check out our Knowledgebase for helpful articles and solutions!