{{define "content"}}
monitoring
Cert expiry is checked daily. Add a domain to start tracking.
| domain | status | expires | days | last checked | |
|---|---|---|---|---|---|
| {{.Domain}} | {{if .IsValid}} {{if gt .DaysRemaining 30}}OK {{else if ge .DaysRemaining 14}}EXPIRING {{else}}CRITICAL {{end}} {{else if .CheckError}} ERROR {{else}} PENDING {{end}} | {{if .IsValid}}{{formatDate .ExpiresAt}}{{else}}—{{end}} | {{if .IsValid}}{{.DaysRemaining}}d {{else if .CheckError}}error {{else}}—{{end}} | {{if .LastCheckedAt.IsZero}}never{{else}}{{ago .LastCheckedAt}}{{end}} |
No domains yet. Add one above to start tracking SSL expiry.
{{end}} {{end}}