Page 2 of 2

Re: NCPA || allow host || forbidden

Posted: Tue May 28, 2019 11:40 pm
by progressive.nagiosXI
Thanks tgriep,

issue finally resolved

we checked again windows nrpe.cfg file and found we already done this setting for windows thats why getting data for windows servers for particular IP.

As per below documentation we set (ip = 0.0.0.0) for windows and (ip=::) for linux , thats why not getting data for Linux
But after change as per your suggestion we receive data for linux also
----------------------------------------------------------
#
# IP address and port number for the Listener to use for the web GUI and API
#
# :: allows for dual stack (IPv4 and IPv6 on most linux systems) but will only allow
# for IPv6 connections on Windows
# 0.0.0.0 allows for IPv4 connections only on Windows and most linux systems
#
# Default: ip = ::
# Default (Windows): ip = 0.0.0.0
# Default: port = 5693
#
ip = 0.0.0.0
port = 5693

Re: NCPA || allow host || forbidden

Posted: Wed May 29, 2019 11:36 am
by benjaminsmith
Hi @progressive.nagios,
Thanks tgriep,
issue finally resolved
Thank you for your patience and glad it's been resolved. Did you have any other questions or may we close this thread?

Re: NCPA || allow host || forbidden

Posted: Wed May 29, 2019 11:41 am
by progressive.nagiosXI
Thanks benjamin,

Close this thread.