Hi, According to the Geode documentation (https://geode.apache.org/docs/guide/112/managing/management/notification_federation_and_alerts.html) on System Alert Notifications:
"System alerts are Geode alerts wrapped within a JMX notification. The JMX Manager registers itself as an alert listener with each member of the system, and by default, it receives all messages logged with the SEVERE alert level by any node in the cluster. Consequently, the DistributedSystemMXBean will then emit notifications for these alerts on behalf of the DistributedSystem."" If I understand this correctly any log message with fatal level should generate a notification that would be made available via pulse of JConsole. I am running some tests in which logs with fatal level are sent but I am not able to see any notification in either Pulse or JConsole. Any hint on what I could be doing wrong? Thanks in advance, Alberto