Settings

Activation

circle-info

Alerting is turned off by default on the platform.

To activate this feature

  • Open tools menu

  • Click on Global settings

  • Then

Alerting Settings
circle-info

You can opt for notifications regarding new problems and/or problem resolutions.

Notification types

You have the option to receive notifications in three different ways.

circle-info

Problems persistently appear on the UI after creation, remaining visible even without an active notification.

Email

Prior to email report delivery, configuring an SMTP server is necessary.

Webhook

A http POST request is sent to the specified url with a body containing the following fields

The extra_data field can contain different fields depending on the check_name

Custom Script

The script must be executable and present on the platform server. It is executed at each notification and receive the following parameters:

  1. Event time

  2. Notification type

  3. PostgreSQL instance

  4. Check name

  5. State

  6. Message

circle-info

A GitHub repositoryarrow-up-right with a comprehensive toolkit that includes usage examples is accessible. The toolkit comes pre-installed on the on-premises platform and can be found at the following directory: /datasentinel/soft/datasentinel_toolkit.

Last updated