Hi Team,
I got frequent question like how we can make separate the nagios in different servers such as core in one server and database in one servers.Can someone help how to separate the both.
And how we can make load balancing between both nagiosxi servers for more checks. If you have any document could you please share this too.
NagiosXI core and database in separate servers
-
grayloglearn
- Posts: 222
- Joined: Thu Jul 06, 2017 8:55 am
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: NagiosXI core and database in separate servers
Hello @grayloglearn,
Nagios XI Offloading MySQL to Remote Server
Configuring Passive Services with Nagios XI
Integrating Mod-Gearman with Nagios XI
Take a look at the documentation and let us know if you have any specific questions.
If you'd like to offload your database, please see the step-by-step guide below.I got frequent question like how we can make separate the nagios in different servers such as core in one server and database in one servers.Can someone help how to separate the both.
Nagios XI Offloading MySQL to Remote Server
As far as load balancing for more checks, you can either setup passive checks ( requires less resources than active checks) or offload processing to Mod-Gearman workers ( the downside being added complexity ).And how we can make load balancing between both nagiosxi servers for more checks. If you have any document could you please share this too.
Configuring Passive Services with Nagios XI
Integrating Mod-Gearman with Nagios XI
Take a look at the documentation and let us know if you have any specific questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
grayloglearn
- Posts: 222
- Joined: Thu Jul 06, 2017 8:55 am
Re: NagiosXI core and database in separate servers
Hi Team,
Thanks for the reply, As we know that we are installing the database in separate server , I just want to know how about core how we can skip the mariadb installation while we installing the nagiosxi in centos7. Then only we can install the core in separate server right?
Can you tell us how to go install core in separate server.
Thanks for the reply, As we know that we are installing the database in separate server , I just want to know how about core how we can skip the mariadb installation while we installing the nagiosxi in centos7. Then only we can install the core in separate server right?
Can you tell us how to go install core in separate server.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI core and database in separate servers
You need to let it install the database when you first install Nagios XI because you are going to need it to follow the instructions heregrayloglearn wrote:As we know that we are installing the database in separate server , I just want to know how about core how we can skip the mariadb installation while we installing the nagiosxi in centos7. Then only we can install the core in separate server right?
Nagios XI Offloading MySQL to Remote Server
Once you have the DB successfully offloaded you can stop the DB service on the Nagios XI server.
-
grayloglearn
- Posts: 222
- Joined: Thu Jul 06, 2017 8:55 am
Re: NagiosXI core and database in separate servers
This document was awesome. In a single steps without problem i have enabled it. I am getting the same error as ping: local error: Message too long, mtu=1500
How to resolve this, I have not done any nic bonding. Could you please suggest.
How to resolve this, I have not done any nic bonding. Could you please suggest.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI core and database in separate servers
What command is being run for that output?grayloglearn wrote:This document was awesome. In a single steps without problem i have enabled it. I am getting the same error as ping: local error: Message too long, mtu=1500
How to resolve this, I have not done any nic bonding. Could you please suggest.
It seems like this is unrelated to the database servers and should probably be in a different thread