Search found 2 matches

by justindev
Wed Aug 06, 2025 1:58 am
Forum: Nagios XI
Topic: Nagios XI "Update in Progress" Message Stuck After Successful Update
Replies: 2
Views: 3182

Re: Nagios XI "Update in Progress" Message Stuck After Successful Update

Hi edadevs, It sounds like a frustrating situation! To resolve the stuck "Update in progress" message, you can try the following steps: 1. Check the Database: Ensure that all database updates were applied correctly. You can run the command mysqlcheck -u root -p --auto-repair --check --opti...
by justindev
Mon May 05, 2025 4:01 am
Forum: Nagios XI
Topic: Nagios XI Offline Installation Issue
Replies: 7
Views: 10158

Re: Nagios XI Offline Installation Issue

Regarding the SELinux issue with NCPA 3.x, you might want to try these steps: block blast 1. Check audit logs (ausearch -m avc -ts recent) to identify exactly which policies are being blocked. 2. Create a custom SELinux policy from the logs using audit2allow, for example: grep ncpa /var/log/audit/au...