A "Back to Normal" message in a .tick script?

The templating language for the message can have conditional statements. So you can wrap the message in an if statement for the current level of the alert.

Something like this:

{{ if eq .Level "OK" }}is normal message here{{ else }}not normal message here{{ end }}
2 Likes