NSCA All IP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Enigmaal
Posts: 4
Joined: Thu Feb 22, 2018 8:03 am

NSCA All IP

Post by Enigmaal »

Hello everyone,

I really need your help, I'm using NSCA for passive requests from many hosts but I can't modify the file /etc/xinetd.d/nsca for each clients' IP cause they don't have static IP

So how can I allow every IP ?

Thank you

A little french :)
bolson

Re: NSCA All IP

Post by bolson »

Simply comment out the only_from directive like this:

Code: Select all

# only_from
Or use a subnet range in the directive like this:

Code: Select all

only_from    = xxx.xxx.0.0/16
OR
only_from     = xxx.xxx/xxx.0/24
And restart xinetd
Enigmaal
Posts: 4
Joined: Thu Feb 22, 2018 8:03 am

Re: NSCA All IP

Post by Enigmaal »

Hi,

Thank you for your reply
bolson

Re: NSCA All IP

Post by bolson »

Did this resolve your issue and may we close the topic?
Enigmaal
Posts: 4
Joined: Thu Feb 22, 2018 8:03 am

Re: NSCA All IP

Post by Enigmaal »

Yup it works

Thank you
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: NSCA All IP

Post by tmcdonald »

Glad to hear it! I'll be closing this up now, but feel free to open another thread if you need anything in the future!
Former Nagios employee
Locked