Settings
Last updated
Last updated
Alerting is turned off by default on the platform.
To activate this feature
Open tools menu
Click on Global settings
Then
You can opt for notifications regarding new problems and/or problem resolutions.
You have the option to receive notifications in three different ways.
Problems persistently appear on the UI after creation, remaining visible even without an active notification.
Prior to email report delivery, configuring an SMTP server is necessary.
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
The script must be executable and present on the platform server. It is executed at each notification and receive the following parameters:
Event time
Notification type
PostgreSQL instance
Check name
State
Message
A GitHub repository 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
.