Correct example variable (#14683)

This commit is contained in:
electrocret
2022-11-30 20:40:20 -06:00
committed by GitHub
parent 5dd5e880b7
commit 0ef39344fd

View File

@@ -272,7 +272,7 @@ email or just the hostname in any other transport:
```text
@if ($alert->status == 0)
@if ($alert->status == 'icmp')
@if ($alert->status_reason == 'icmp')
{{ $alert->debug['traceroute'] }}
@endif
@endif