Page 1 of 1

System Component status Red

Posted: Thu Feb 06, 2020 4:34 pm
by biswajit.banerjee
Many component status is Red . How can I diagnose This issue
problem.PNG

Re: System Component status Red

Posted: Thu Feb 06, 2020 5:01 pm
by benjaminsmith
Hello,

Can you open up a terminal and run the following commands to re-start the services? Let me know if this resolve the issue for you.

Code: Select all

systemctl stop crond
systemctl stop npcd
systemctl stop nagios
systemctl stop ndo2db
pkill -9 -u nagios
for i in $(ipcs -q | grep nagios |awk '{print $2}'); do ipcrm -q $i; done
rm -rf /usr/local/nagiosxi/var/dbmaint.lock
rm -rf /usr/local/nagiosxi/var/event_handler.lock
rm -rf /usr/local/nagiosxi/scripts/reconfigure_nagios.lock
systemctl start npcd
systemctl start crond
systemctl start nagios
systemctl start ndo2db

Re: System Component status Red

Posted: Sat Feb 08, 2020 2:30 pm
by biswajit.banerjee
Thanks it worked

Re: System Component status Red

Posted: Mon Feb 10, 2020 8:10 am
by scottwilkerson
biswajit.banerjee wrote:Thanks it worked
Great!

Locking thread