$ ./rhino-console alarmcatalog -v
Rhino Alarms
============
Source: Abnormal Execution
Category: AbnormalExecution (Alarms raised as a result of an abnormal execution condition being detected)
Alarm Type: rhino.uncaught-exception
Level: WARNING
Message: "Uncaught exception thrown by thread %s: %s"
Description: An uncaught exception has been detected.
Raised: When an uncaught exception has been thrown.
Cleared: Never, must be cleared manually or Rhino restarted with the source of the uncaught exception corrected.
Source: Activity Handler
Category: Activity Handler (Alarms raised by Rhino activity handler)
Alarm Type: rhino.ah.snapshot-age
Level: WARNING
Message: "Oldest activity handler snapshot is older than %s, snapshot is %s (from %d), creating thread: %s"
Description: The oldest activity handler snapshot is too old.
Raised: When the age of the oldest activity handler snapshot is greater than the threshold set by the rhino.ah.snapshot_age_warn system property (30s default).
Cleared: When the age of the oldest snapshot is less than or equal to the threshold.
Source: Cluster State
Category: Clustering (Alarms raised by Rhino cluster state changes)
Alarm Type: rhino.node-failure
Level: MAJOR
Message: "Node %d has left the cluster"
Description: A node left the cluster for some reason other than a management-initiated shutdown.
Raised: When the cluster state listener detects a node has left the cluster unexpectedly.
Cleared: When the failed node returns to the cluster.
... edited for brevity ...