Re: NCPA || allow host || forbidden
Posted: Tue May 28, 2019 11:40 pm
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
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