RulesΒΆ

  • Name
    Name of the notification rule.

  • Condition
    The condition which is used to determine when the notification should be sent.

    • Mode
      A condition that needs to be met for the conditional style to apply.

      • Equal To
        The condition value equals to the current value.

      • Not Equal To
        The condition value does not equal to the current value.

      • Greater Than
        Available only for numeric values
        The current value is greater than the condition value.

      • Greater Than or Equal To
        Available only for numeric values
        The current value is greater than or equals to the condition value.

      • Less Than
        Available only for numeric values
        The current value is less than the condition value.

      • Less Than or Equal To
        Available only for numeric values
        The current value is less than or equals to the condition value.

    • Value
      Required
      Value with which calculated value should be compared.

  • Must Be Valid For
    If enabled, the alert must be valid for a certain period of time before a notification is sent. This ensures that transient or short-lived conditions do not trigger unnecessary notifications, providing more reliable and meaningful alerts.

    • Timespan
      Only available when Must Be Valid For is enabled
      The time period for which the alert must be valid before a notification is sent.

  • Renotify If Still Valid For
    If enabled, the alert will send a notification again if the condition remains met for a specified period of time. This ensures ongoing conditions are re-notified while avoiding unnecessary alerts for transient issues.

    • Timespan
      Only available when Renotify If Still Valid For is enabled
      Specifies the duration for which the condition must continue to be met before sending a re-notification. This ensures that notifications are sent only for persistent conditions.

  • Messages
    List of notification messages. For more information see Messages chapter.