Search found 3 matches
- Tue Oct 14, 2025 4:35 pm
- Forum: Nagios XI
- Topic: Notifications stopped - Event Manager red - PHPMailer.php Fatal error
- Replies: 3
- Views: 7558
Re: Notifications stopped - Event Manager red - PHPMailer.php Fatal error
Thanks. I was able to resolve this myself. eventman.log contained the event_id of the troublesome event. And, as there were more events in the queue (one per contact) still with their original timestamp, I fetched the DateTime from the message text. With these two values, I could find all the releva...
- Fri Oct 10, 2025 1:38 pm
- Forum: Nagios XI
- Topic: Notifications stopped - Event Manager red - PHPMailer.php Fatal error
- Replies: 3
- Views: 7558
Re: Notifications stopped - Event Manager red - PHPMailer.php Fatal error
for what it's worth, I've: Run mysqlcheck and everything is OK (unlike https://support.nagios.com/forum/viewtopic.php?p=357811 ) Found select count(1) from xi_events; returns thousands of events, but it seems like the problematic events get a new timestamp each time they try to process, with no othe...
- Fri Oct 10, 2025 12:21 pm
- Forum: Nagios XI
- Topic: Notifications stopped - Event Manager red - PHPMailer.php Fatal error
- Replies: 3
- Views: 7558
Notifications stopped - Event Manager red - PHPMailer.php Fatal error
We've stopped receiving XI notifications -- other event types seem to still work. The Event Manager 'System Component Status' is red. Event Manager is running, per eventman.log, but every run contains another copy of the same notification message, ending with the below PHP error. No other events get...