This module allows to manage alert objects and management modules
- Alert object types
- Alert
- Alert action
- Alert downtime
- Management module
- A management module being a collection of alerts, alert downtimes and alert actions
This module provides accelerators for manipulating and viewing them by providing status and actions
- Status (active
or inactive
) - Actions
- Edit
- Copy-paste
- Delete
- Find usage (only valid for alert action)
- Download content (only valid for management module)
- Upload content (only valid for management module)
- Edit
Those objects can be defined and browsed via the Webview
To switch to Management Module Configuration, click on 
Alert objects

Create
Clicking on
, an alert, alert action or downtime can be created, by entering:
- the name of the alert
- the module
- whether it’s enabled.

Edit
Clicking on
opens edition modal, allowing to edit the name of the alert and whether it’s active or not.

Copy and paste
Clicking on
opens copy and paste modal, allowing to create a new alert from an existing one, by entering:
- the name of the alert
- the module
- whether it’s enabled.

Delete
Clicking on
opens delete modal, allowing to delete an alert.

Find usages of an alert action
For “Action” type only, clicking on
opens a modal displaying all the alerts configured with this actions.

Management modules

Download
Clicking on
so a jar file is downloaded, encapsulating an xml file describing the content of each object belonging to the module
Upload
Clicking on
to update the content of the management module
This operation is quite sensitive and needs the user to consider some attention points:
- the
jarfile to use must respect the same format than thejarfile coming from downloads- It can be named differently than the management module where the upload is applied
- a backup of the previous content of the management is created
- It can be deleted if the new content of the management module is well validated
- after the upload of the
jarfile, some actions can be disabled as HPA requires some times to perform the backup and the update of the management module