Wondering if in the NSC client setup, can I monitor a single PC from two completely separate ( a Nagios and a Nagios XI) installs?
if so , how are the host IP's comma separated ? Not sure how I could add two servers in the NSC client installer or do I just modify the .ini once the install is complete and add the second Nagios server?
Thanks!!!!
Monitor one PC from two separate Nagios installs
-
crisdaniels
- Posts: 4
- Joined: Wed Dec 23, 2015 9:37 pm
Re: Monitor one PC from two separate Nagios installs
My nsclient.ini for example:
After making this change, you'll also need to restart the NSClient service:
Does this clear it up?
Code: Select all
; ALLOWED HOSTS - A comaseparated list of allowed hosts. You can use netmasks (/ syntax) or * to create ranges.
allowed hosts = 127.0.0.1, 192.168.4.18, 192.168.4.198, 192.168.4.222, 172.16.0.0/24Code: Select all
net stop nscp
net start nscpFormer Nagios Employee.
me.
me.