Get a list of active alarms
To open a list of all active alarms in the web-interface, perform the following actions:
-
Press the views panel.
button in the -
Select "Active alarms" in the dropdown at the top left corner of the window.

Active alarms list
You can use the Path column to open parent object of the entity that generated an alarm. If that entity has a multiparent mode, the name of that entity is emphasized in bold. WHen you click a name of such an entity, a menu with a list of all parent objects.

Multiparent in the active alarms list
You can set multiparent mode in the object parameters. |
REST API
You can get a list of active alarms with the Get all incidents request.
login=<...>
password=<...>
saymon_hostname=<...>
url=https://$saymon_hostname/node/api/incidents
curl -X GET $url -u $login:$password