Fix typo in template
This commit is contained in:
parent
385738dd48
commit
b3add5c9b8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ resolve_condition = """\
|
|||
{# The heartbeat alerts will go here so we check for our own key #}
|
||||
{{ payload["is_amixr_heartbeat_restored"] }}
|
||||
{%- else -%}
|
||||
{{ payload.get("state", "").upper() == "OK" }}'
|
||||
{{ payload.get("state", "").upper() == "OK" }}
|
||||
{%- endif %}"""
|
||||
|
||||
acknowledge_condition = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue