connect to address port 5666: Connection refused
Posted: Wed Oct 17, 2018 11:15 am
Hi,
i have Nagios Xi 5.5.5 version installed on RHEL 7.3, when i tried to monitor Nagios Xi engine as different host i am getting the following error.
(No output on stdout) stderr: connect to address port 5666: Connection refused
i have a previous post on this but i didn't find /etc/xinetd.d/nrpe but i found /etc/xinetd.d/nsca
https://support.nagios.com/forum/viewto ... =6&t=48797
vi /etc/xinetd.d/nsca
# default: on
# description: NSCA (Nagios Service Check Acceptor)
service nsca
{
flags = REUSE
socket_type = stream
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nsca
server_args = -c /usr/local/nagios/etc/nsca.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 127.0.0.1 IP address
restarted Xinetd service but still am getting the same error.
i have Nagios Xi 5.5.5 version installed on RHEL 7.3, when i tried to monitor Nagios Xi engine as different host i am getting the following error.
(No output on stdout) stderr: connect to address port 5666: Connection refused
i have a previous post on this but i didn't find /etc/xinetd.d/nrpe but i found /etc/xinetd.d/nsca
https://support.nagios.com/forum/viewto ... =6&t=48797
vi /etc/xinetd.d/nsca
# default: on
# description: NSCA (Nagios Service Check Acceptor)
service nsca
{
flags = REUSE
socket_type = stream
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nsca
server_args = -c /usr/local/nagios/etc/nsca.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 127.0.0.1 IP address
restarted Xinetd service but still am getting the same error.