System Component status Red
Posted: Thu Feb 06, 2020 4:34 pm
Many component status is Red . How can I diagnose This issue
Support for Nagios products and services
https://support.nagios.com/forum/
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
Great!biswajit.banerjee wrote:Thanks it worked