NAGIOS XI MONITORING ENGINE STATUS NOT WORKING PROBLEM

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
acorrea
Posts: 8
Joined: Wed Mar 20, 2024 7:38 am

NAGIOS XI MONITORING ENGINE STATUS NOT WORKING PROBLEM

Post by acorrea »

I have problems with my NAGIOS XI when I apply configuration in CCM everything comes out fine but in DASHBOARD it doesn't update, could someone help me? I have Nagios 4.4.9 and Centos OS 7.9.2009


Nagios is running in the commands but in the status of the web user interface it tells me not working


I am attaching screenshots, please if you can help me with this
You do not have the required permissions to view the files attached to this post.
gwesterman
Posts: 258
Joined: Wed Aug 23, 2023 11:29 am

Re: NAGIOS XI MONITORING ENGINE STATUS NOT WORKING PROBLEM

Post by gwesterman »

Hi @acorrea,

There are a few potential causes and associated fixes:
1. Did you move the checkresults file? If so, try modifying your main nagios config file to point to the new location.
2. If the file is in the correct place, perhaps try setting the correct permissions:

Code: Select all

chown nagios.nagcmd /usr/local/nagios/var/spool/checkresults
chmod 775 /usr/local/nagios/var/spool/checkresults
chmod g+s /usr/local/nagios/var/spool/checkresults
3. If the file does not exist, try creating it and setting the correct permissions (same as above).
4. If this is an selinux issues (i.e. if it works with selinux in permissive mode), perhaps try a variation of what this user found to work.

Let us know if you need any additional assistance.

Thank you!
User avatar
lgute
Posts: 318
Joined: Mon Apr 06, 2020 2:49 pm

Re: NAGIOS XI MONITORING ENGINE STATUS NOT WORKING PROBLEM

Post by lgute »

Hi @acorrea, thanks for reaching out.

According to the Monitoring Engine Status, the Nagios service is not running. If you are still having issues, after trying the suggestions from @gwesterman ...
  • Check the /usr/local/nagios/var/nagios.log for more information about what is going on.
  • Verify your XI server has adequate free disk space. Probably not the issue, but assuring you have adequate disk space could prevent other issues.
You can check the status of the Nagios service with the following.

Code: Select all

systemctl status nagios
You can use restart the Nagios service using this command.

Code: Select all

systemctl restart nagios
Please let us know if you have any other questions or concerns.

-Laura
Post Reply