Hello, sorry first time here -probably simple answers below.
I have a bunch of my servers that are being monitored by the client using Nagios Core. I want to also monitor them using my Nagios XI, but it seems to only allow one 'allowed host' in the nrpe config file (/etc/xinetd.d/nrpe). Is this true?
Can I just add another allowed address for my monitoring server? Or is there a different agent for NAgios XI and if so, can it run side-by-side with the Nagios core plugin on the customers server?
Thank you!
Servers monitored by multiple Nagios servers
-
greggles77
- Posts: 2
- Joined: Mon Jun 17, 2013 2:15 am
Re: Servers monitored by multiple Nagios servers
The "only_from" directive in:
is space delimited.
The "allowed_hosts" directive in:
is comma separated.
More information can be found:
http://assets.nagios.com/downloads/nagi ... utions.pdf
Code: Select all
/etc/xinetd.d/nrpeThe "allowed_hosts" directive in:
Code: Select all
/usr/local/nagios/etc/nrpe.cfgMore information can be found:
http://assets.nagios.com/downloads/nagi ... utions.pdf
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
greggles77
- Posts: 2
- Joined: Mon Jun 17, 2013 2:15 am
Re: Servers monitored by multiple Nagios servers
Excellent! Thanks very much!