Also, verify the permissions -
Code: Select all
ls -l /usr/local/nagios/libexec/
Code: Select all
ls -l /usr/local/nagios/libexec/
define service {rkennedy wrote:Can you post the service definition for one of those services that isn't working?
Also, verify the permissions -Code: Select all
ls -l /usr/local/nagios/libexec/
Just one more question: I see no SuSe in the document (half of our servers would be SLES, so this is important)?hsmith wrote:We have a document for that: https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Why don't you try these steps and post back?
This manual no longer applies to the latest Nagios Linux agent (?)hsmith wrote:I've worked a lot with a company that is using it across multiple SLES servers. Perhaps take a look at this document: http://www.octopuscs.com/blogs/Linux/Ho ... n-openSuse
It is not our document, so I cannot verify the integrity of the source, but steps are accurate. I would use a newer NRPE in place of the version they are linking in that post, though.
Code: Select all
428 wget http://sourceforge.net/projects/nagios/files/nrpe-2.x/nrpe-2.14/nrpe-2.14.tar.gz
429 tar xzf nrpe-2.14.tar.gz
430 ls
431 cd nrpe-2.14
432 ls
Code: Select all
[root@XI5 nrpe-2.14]# ls
Changelog docs Makefile.in sample-config
common include nrpe.spec SECURITY
config.guess init-script.debian.in nrpe.spec.in src
config.sub init-script.in package subst.in
configure init-script.suse.in README update-version
configure.in install-sh README.Solaris
contrib LEGAL README.SSL
attempted linux-nrpe-agent.tar.gz and linux-nrpe-agent-offline.tar.gz (Nagios Assets)hsmith wrote:From my history file:
Output of ls command from above:Code: Select all
428 wget http://sourceforge.net/projects/nagios/files/nrpe-2.x/nrpe-2.14/nrpe-2.14.tar.gz 429 tar xzf nrpe-2.14.tar.gz 430 ls 431 cd nrpe-2.14 432 ls
configure is there.Code: Select all
[root@XI5 nrpe-2.14]# ls Changelog docs Makefile.in sample-config common include nrpe.spec SECURITY config.guess init-script.debian.in nrpe.spec.in src config.sub init-script.in package subst.in configure init-script.suse.in README update-version configure.in install-sh README.Solaris contrib LEGAL README.SSL
Which agents are you attempting to download?
Same thing so far.hsmith wrote:Do you have openssl-devel installed? If not, can you please get that installed and try once more?