alert

Function

ArgDescriptionType
nameName of the alert.string (required)
dedupSuppress same message in this many seconds (default 7200 sec or 2 hours).int64
conditionIf specified we ignore the alert unless the condition is trueAny

Description

Generate an alert message.

See also

  • log: alerts and log messages are similar in concept and use the same deduplication mechanism which is explained with examples for the log() function.