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
Edit of nsca file - add remote hosts
-
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
one line separated by spaces
Code: Select all
only_from =127.0.0.7 111.11.11.121