ndo2db process does not exist

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nmarbue79
Posts: 31
Joined: Thu Jul 30, 2020 2:17 am

ndo2db process does not exist

Post by nmarbue79 »

hi:
I have a question, reviewing the nagios and database processes I found that the ndo2db connector is not there as a service, I have the version of nagiosxi 5.7.1 in red hat 7.8 enterprise, this is so in this version or I am missing that module I see it weird. Is the connection made in another way of the frontent of nagios with the mariadb database?

[root @ nagiosxi log] # service ndo2db status
Redirecting to / bin / systemctl status ndo2db.service
Unit ndo2db.service could not be found.
[root @ nagiosxi log] # systemctl status ndo2db.service
Unit ndo2db.service could not be found.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ndo2db process does not exist

Post by scottwilkerson »

nmarbue79 wrote:Is the connection made in another way of the frontent of nagios with the mariadb database?
Yes, starting in 5.7.0 the ndo2db process is deprecated and the connection is made directly in the ndo module
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nmarbue79
Posts: 31
Joined: Thu Jul 30, 2020 2:17 am

Re: ndo2db process does not exist

Post by nmarbue79 »

So if I want to restart the process, how do I do? I say this in case a table breaks and I have to repair it as it has ever happened to me and stop those database processes apart from nagios.

I used to do this:
service nagios stop
service ndo2db stop
service crond stop
service postgresql restart
pkill -9 -u nagios
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ndo2db process does not exist

Post by scottwilkerson »

nmarbue79 wrote:So if I want to restart the process, how do I do? I say this in case a table breaks and I have to repair it as it has ever happened to me and stop those database processes apart from nagios.

I used to do this:
service nagios stop
service ndo2db stop
service crond stop
service postgresql restart
pkill -9 -u nagios
Just take the ndo2db part out

Code: Select all

service nagios stop
service crond stop
service postgresql restart
pkill -9 -u nagios
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nmarbue79
Posts: 31
Joined: Thu Jul 30, 2020 2:17 am

Re: ndo2db process does not exist

Post by nmarbue79 »

thank you very much it is clear to me
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ndo2db process does not exist

Post by scottwilkerson »

nmarbue79 wrote:thank you very much it is clear to me
Closing thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked