Search found 3 matches

by justindev
Wed Apr 08, 2026 2:45 am
Forum: Nagios XI
Topic: Contact Host and Service Event Handler/Notification Commands
Replies: 10
Views: 2100

Re: Contact Host and Service Event Handler/Notification Commands

We have certain subset of hosts/service in our environment that we would like to generate tickets when there is an issue. These hosts are assigned a specific contact. I have created two event handlers (host event handler and service event handler) that will create tickets, and under the contact Ale...
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: 3546

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: 10670

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...