Page 1 of 1

Edit of nsca file - add remote hosts

Posted: Fri Jun 01, 2012 11:21 am
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

Re: Edit of nsca file - add remote hosts

Posted: Fri Jun 01, 2012 2:26 pm
by scottwilkerson
one line separated by spaces

Code: Select all

only_from =127.0.0.7 111.11.11.121

Re: Edit of nsca file - add remote hosts

Posted: Mon Jun 04, 2012 4:27 pm
by JFBITAPA
Thanks