Page 1 of 1

Agent installation failed

Posted: Tue Aug 13, 2013 4:51 pm
by healthfusion
Hello,

I am trying to install agent on the RHEL5 and it failed to install some sub-components. Installation log attached. Please let me know how can I troubleshoot this issue.

Thanks

Re: Agent installation failed

Posted: Wed Aug 14, 2013 10:02 am
by sreinhardt
Are you installing this on an existing nagios system? Presently it seems that the xinetd config cannot be read.

ls -lva /etc/xinetd.d/nrpe

Re: Agent installation failed

Posted: Wed Aug 14, 2013 10:04 am
by abrist
Was nrpe already installed (from repos, etc) on this host before you ran the agent install?
Is xinetd installed correctly?
What is the contents of the directory:

Code: Select all

ls -la /etc/xinetd.d/

Re: Agent installation failed

Posted: Thu Aug 15, 2013 2:07 pm
by healthfusion
it's new install on the new server. We didnt install nrpe and this is content of this directory:
[root@orahp2 ~]# ls -lva /etc/xinetd.d/
total 156
drwxr-xr-x 2 root root 4096 Nov 14 2012 .
drwxr-xr-x 100 root root 12288 Aug 13 14:44 ..
-rw-r--r-- 1 root root 1157 May 3 2011 chargen-dgram
-rw-r--r-- 1 root root 1159 May 3 2011 chargen-stream
-rw-r--r-- 1 root root 1157 May 3 2011 daytime-dgram
-rw-r--r-- 1 root root 1159 May 3 2011 daytime-stream
-rw-r--r-- 1 root root 1157 May 3 2011 discard-dgram
-rw-r--r-- 1 root root 1159 May 3 2011 discard-stream
-rw-r--r-- 1 root root 1148 May 3 2011 echo-dgram
-rw-r--r-- 1 root root 1150 May 3 2011 echo-stream
-rw-r--r-- 1 root root 323 Sep 9 2004 eklogin
-rw-r--r-- 1 root root 347 Sep 6 2005 ekrb5-telnet
-rw-r--r-- 1 root root 326 Sep 9 2004 gssftp
-rw-r--r-- 1 root root 310 Sep 9 2004 klogin
-rw-r--r-- 1 root root 323 Sep 9 2004 krb5-telnet
-rw-r--r-- 1 root root 308 Sep 9 2004 kshell
-rw------- 1 root root 448 Aug 13 14:45 nsca
-rw-r--r-- 1 root root 722 Jul 25 2011 rmcp
-rw-r--r-- 1 root root 317 Sep 9 2004 rsync
-rw-r--r-- 1 root root 1212 May 3 2011 tcpmux-server
-rw-r--r-- 1 root root 510 May 19 2009 tftp
-rw-r--r-- 1 root root 1149 May 3 2011 time-dgram
-rw-r--r-- 1 root root 1150 May 3 2011 time-stream

Re: Agent installation failed

Posted: Thu Aug 15, 2013 4:53 pm
by lmiltchev
Try running the following command:

Code: Select all

yum install openssl-devel -y
then re-run the agent installer.

Hope this helps.

Re: Agent installation failed

Posted: Tue Aug 20, 2013 5:08 pm
by healthfusion
Thanks it helped

Re: Agent installation failed

Posted: Wed Aug 21, 2013 9:22 am
by slansing
Do you have an update on this? Has it completed installation?