The Notification is for the CPU Usage being over 95%.
There is an Alert for the timeout but no Notification for it.
Alerts and Notifications are 2 different things. See this.
https://www.youtube.com/watch?v=EDmZ6NtCH7s
About the Notification after 1.
Did you upgrade the version of XI on the server?
There are some bugs in core that could cause this issue.
FYI, there was a maintenance release for core yesterday that could fix the issue.
Do you want to try that?
Another cause could be a duplicate nagios process.
Run the following as root to ensure that is not happening.
Code: Select all
service nagios stop
killall -9 nagios
service nagios start