I'm a little confused because your firsy post shows that mariadb is installed which doesn't come with CentOS 6
and also that service command is redirecting to /bin/systemctl
What has all been modified on this server?
XI System Component Status - Multiple Flags
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: XI System Component Status - Multiple Flags
Hi,
I will Pm you the current system profile.
Nothing has been changed as of now.
Thanks & Regards,
Neha Singh.
I will Pm you the current system profile.
Nothing has been changed as of now.
Thanks & Regards,
Neha Singh.
Thanks
Höegh
Höegh
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: XI System Component Status - Multiple Flags
Based on the profile you sent, it doesn't look like mariadb is running, I honesly don't know what those errors were or how you got them on a RHEL 6.8 system
However, you do have multiple parent nagios and ndo2db processes that should be corrected with the following
However, you do have multiple parent nagios and ndo2db processes that should be corrected with the following
Code: Select all
service nagios stop
service ndo2dbstop
killall -9 nagios
killall -9 ndo2db
service ndo2dbstart
service nagios start