Notifications

Notifications allow you to be notified when errors occur.
The following triggers exist:

  • QMC Connection Triggered when losing the Qmc Connection and can't reconnect.
  • License expired Triggered when the license expires.
  • Database connection Triggered when losing the Database Connection and can't reconnect.
  • Service error Triggered when a service reports an error during the status check.
  • Service not reachable Triggered when a service is not reachable during the status check.
  • Login error Triggered when too many invalid login events are registered

Notification Types

Email Notifications

Uses the general eMail settings.

You can set the recipient In the To option of the notification. Multiple recipients can be seperated by ,.

Webhook Notifications

General JSON webhook notification.

Example
{
    "title":"Name of the notification",
    "text":"Error message"
}

The JSON should be useable as an adaptive card in MS Teams.

Rate Limit

To limit repetitive Notifications you can set a rate limit to all notifications.
Options are:

  • 1 per day
  • 1 per hour
  • 1 per 5 minutes
  • unlimited