Search found 5 matches

by justindev
Tue May 12, 2026 6:04 pm
Forum: Nagios Log Server
Topic: Help with lighttpd
Replies: 3
Views: 8893

Re: Help with lighttpd

I was actually thinking about trying lighttpd on a Raspberry Pi too because Apache feels a bit heavy for smaller setups. Whether Nagios Log Server correctly parses lighttpd access logs without heavily modifying the existing Apache filters? I’m wondering how compatible the formats really are in pract...
by justindev
Tue May 12, 2026 7:00 am
Forum: Nagios XI
Topic: nagios issue with redhat and libpng update
Replies: 6
Views: 5804

Re: nagios issue with redhat and libpng update

Has anyone else seen similar dependency conflicts after recent RHEL 9.7 updates with other Nagios XI packages? I’m wondering if this is just a stale cache issue or if some Nagios components are indirectly locking the older libpng-devel build.1000 games
by justindev
Wed Apr 08, 2026 2:45 am
Forum: Nagios XI
Topic: Contact Host and Service Event Handler/Notification Commands
Replies: 10
Views: 9552

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

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

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