Get a list of active alarms

To open a list of all active alarms in the web-interface, perform the following actions:

  1. Press the button in the views panel.

  2. Select "Active alarms" in the dropdown at the top left corner of the window.

list
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
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