xinetd.d

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mistacoleman
Posts: 3
Joined: Mon Aug 22, 2016 3:05 pm

xinetd.d

Post by mistacoleman »

Hello All

I am getting stuck at the same place on my host and remote host.

Centos 6
Nagios 4.1.1
Plugins 2.1.1
nrpe 3.0


XINETD IS RUNNING
[root@darthmaul nrpe-3.0]# service xinetd status
xinetd (pid 1691) is running...
[root@darthmaul nrpe-3.0]#


THE SAMPLE DAEMON CONIFIG FILE WILL NOT INSTALL
THE XINETD CONFIG OR INETD CONFIG WILL NOT INSTALL

[root@darthmaul nrpe-3.0]# pwd
/root/nrpe-3.0
[root@darthmaul nrpe-3.0]# make install-daemon-config
make: *** No rule to make target `install-daemon-config'. Stop.
[root@darthmaul nrpe-3.0]# make install-xinetd
make: *** No rule to make target `install-xinetd'. Stop.
[root@darthmaul nrpe-3.0]# make install-inetd
No inetd file to install
make: *** [install-inetd] Error 1
[root@darthmaul nrpe-3.0]#




[root@darthmaul xinetd.d]# pwd
/etc/xinetd.d
[root@darthmaul xinetd.d]# ls -l
total 48
-rw------- 1 root root 1157 May 10 11:36 chargen-dgram
-rw------- 1 root root 1159 May 10 11:36 chargen-stream
-rw------- 1 root root 1157 May 10 11:36 daytime-dgram
-rw------- 1 root root 1159 May 10 11:36 daytime-stream
-rw------- 1 root root 1157 May 10 11:36 discard-dgram
-rw------- 1 root root 1159 May 10 11:36 discard-stream
-rw------- 1 root root 1148 May 10 11:36 echo-dgram
-rw------- 1 root root 1150 May 10 11:36 echo-stream
-rw-r--r--. 1 root root 332 Mar 28 2014 rsync
-rw------- 1 root root 1212 May 10 11:36 tcpmux-server
-rw------- 1 root root 1149 May 10 11:36 time-dgram
-rw------- 1 root root 1150 May 10 11:36 time-stream
[root@darthmaul xinetd.d]#


Do I need to manually create the file in xinetd since the make install will not work?
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: xinetd.d

Post by mcapra »

What guide are you following? @box293 wrote a pretty comprehensive NRPEv3 install guide for our knowledge base:
https://support.nagios.com/kb/article.php?id=515
Former Nagios employee
https://www.mcapra.com/
mistacoleman
Posts: 3
Joined: Mon Aug 22, 2016 3:05 pm

Re: xinetd.d

Post by mistacoleman »

thanks that did the trick...


the guide i was following did not include 'make install-config" and "make install init"
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: xinetd.d

Post by mcapra »

Awesome! Is it alright if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
mistacoleman
Posts: 3
Joined: Mon Aug 22, 2016 3:05 pm

Re: xinetd.d

Post by mistacoleman »

please close! thanks
Locked