21 lines
408 B
Plaintext
21 lines
408 B
Plaintext
Already {{ status }} for {{ duration }}
|
|
<br><br>
|
|
{{ if id }}
|
|
Monitor ID:
|
|
{{ if link }}
|
|
<a href="{{ link }}" target="_blank">{{ id }}</a>
|
|
{{ else }}
|
|
{{ id }}
|
|
{{ /if }}
|
|
<br><br>
|
|
{{ /if }}
|
|
Uptime: {{ uptime }}
|
|
<br>
|
|
Downtime: {{ downtime }}
|
|
<br>
|
|
Availability: {{ uptime_ratio }}
|
|
{{ if details && details.trim() !== 'Alert Details:' }}
|
|
<br><br>
|
|
{{ details }}
|
|
{{ /if }}
|