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.
ndo2db process does not exist
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: ndo2db process does not exist
Yes, starting in 5.7.0 the ndo2db process is deprecated and the connection is made directly in the ndo modulenmarbue79 wrote:Is the connection made in another way of the frontent of nagios with the mariadb database?
Re: ndo2db process does not exist
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
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
Just take the ndo2db part outnmarbue79 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
Code: Select all
service nagios stop
service crond stop
service postgresql restart
pkill -9 -u nagiosRe: ndo2db process does not exist
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
Closing threadnmarbue79 wrote:thank you very much it is clear to me