NagiosXI Active-passive setup
-
thanigaivel.a
- Posts: 109
- Joined: Mon Jan 22, 2018 3:38 pm
NagiosXI Active-passive setup
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
We don't have one specific way, every Nagios installation is like a snowflake customized to the organizations specifications.thanigaivel.a wrote:Could you please guide us on how to make cluster Active-passive setup in NAgiosXI
Here is an outline of a few common configurations
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
-
thanigaivel.a
- Posts: 109
- Joined: Mon Jan 22, 2018 3:38 pm
Re: NagiosXI Active-passive setup
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.
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
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
More here
Services:
But even this is not going to include all things downloaded and added to the system.
a portion of the required resources can be seen by running this command
Code: Select all
yum list installedCode: Select all
ls -al /usr/local/nagios/libexec/Code: Select all
chkconfig|grep ":on"