NagiosXI Active-passive setup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
thanigaivel.a
Posts: 109
Joined: Mon Jan 22, 2018 3:38 pm

NagiosXI Active-passive setup

Post by thanigaivel.a »

Could you please guide us on how to make cluster Active-passive setup in NAgiosXI
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI Active-passive setup

Post by scottwilkerson »

thanigaivel.a wrote:Could you please guide us on how to make cluster Active-passive setup in NAgiosXI
We don't have one specific way, every Nagios installation is like a snowflake customized to the organizations specifications.

Here is an outline of a few common configurations
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
thanigaivel.a
Posts: 109
Joined: Mon Jan 22, 2018 3:38 pm

Re: NagiosXI Active-passive setup

Post by thanigaivel.a »

thanks for the reply,

To configure any HA setup we need to know about the resources comes under the application.

As such, I would like to know, what are all the resources are there in NagioXI like (httpd, nagios).

This would help in configuring HA.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI Active-passive setup

Post by scottwilkerson »

There are an ever changing list, and it is different of every installation because every time you add a plugin to you Nagios XI server you have the plugin itself and a list of any dependencies.

a portion of the required resources can be seen by running this command

Code: Select all

yum list installed
More here

Code: Select all

ls -al /usr/local/nagios/libexec/
Services:

Code: Select all

chkconfig|grep ":on"
But even this is not going to include all things downloaded and added to the system.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked