NCPA || allow host || forbidden

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: NCPA || allow host || forbidden

Post 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
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: NCPA || allow host || forbidden

Post 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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: NCPA || allow host || forbidden

Post by progressive.nagiosXI »

Thanks benjamin,

Close this thread.
Locked