Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

alert

Function
Arg Description Type
name Name of the alert. string (required)
dedup Suppress same message in this many seconds (default 7200 sec or 2 hours). int64
condition If specified we ignore the alert unless the condition is true Any
** Free Form Args

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.