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
NAGIOS xi MONITORING ENGINE STATUS NOT WORKING PROBLEM
-
- Posts: 8
- Joined: Wed Mar 20, 2024 7:38 am
NAGIOS xi MONITORING ENGINE STATUS NOT WORKING PROBLEM
You do not have the required permissions to view the files attached to this post.
-
- Posts: 258
- Joined: Wed Aug 23, 2023 11:29 am
Re: NAGIOS xi MONITORING ENGINE STATUS NOT WORKING PROBLEM
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:
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!
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
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!
-
- Posts: 318
- Joined: Mon Apr 06, 2020 2:49 pm
Re: NAGIOS xi MONITORING ENGINE STATUS NOT WORKING PROBLEM
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 ...
You can use restart the Nagios service using this command.
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.
Code: Select all
systemctl status nagios
Code: Select all
systemctl restart nagios
Please let us know if you have any other questions or concerns.
-Laura
-Laura