Edit of nsca file - add remote hosts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
JFBITAPA
Posts: 4
Joined: Wed May 30, 2012 4:16 pm

Edit of nsca file - add remote hosts

Post by JFBITAPA »

We are testing the trial version of NagiosXI, running the CentOS VM.
Basic question, when we add remote hosts to the nsca file do we add them on separate lines or on one line separated by commas?

e.g.

only_from =127.0.0.7
=111.11.11.121

or

only_from =127.0.0.7,111.11.11.121

Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Edit of nsca file - add remote hosts

Post by scottwilkerson »

one line separated by spaces

Code: Select all

only_from =127.0.0.7 111.11.11.121
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
JFBITAPA
Posts: 4
Joined: Wed May 30, 2012 4:16 pm

Re: Edit of nsca file - add remote hosts

Post by JFBITAPA »

Thanks
Locked