{{define "content"}} {{with .Data}}
Monitor names must match exactly what's configured in arcline-uptime.
{{if .Monitors}}| monitor name | label | |
|---|---|---|
| {{.MonitorName}} | {{if .Label}}{{.Label}}{{else}}—{{end}} |
No monitors assigned.
{{end}}| domain | expires | days | status |
|---|---|---|---|
| {{.Domain}} | {{if .IsValid}}{{formatDate .ExpiresAt}}{{else}}—{{end}} | {{if .IsValid}}{{.DaysRemaining}}d{{else}}—{{end}} | {{if .IsValid}} {{if gt .DaysRemaining 30}}OK {{else if ge .DaysRemaining 14}}EXPIRING {{else}}CRITICAL{{end}} {{else if .CheckError}}ERROR {{else}}PENDING{{end}} |
No domains tracked for this client.
{{end}}