XI System Component Status - Multiple Flags

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI System Component Status - Multiple Flags

Post by scottwilkerson »

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?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
hoegh
Posts: 201
Joined: Thu Jan 04, 2018 7:48 am

Re: XI System Component Status - Multiple Flags

Post by hoegh »

Hi,

I will Pm you the current system profile.
Nothing has been changed as of now.

Thanks & Regards,
Neha Singh.
Thanks
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

Post by scottwilkerson »

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

Code: Select all

service nagios stop
service ndo2dbstop
killall -9 nagios
killall -9 ndo2db
service ndo2dbstart
service nagios start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked