{{define "status_body"}}
{{.OverallHeading}}
Could not ask supervisord for the process list.
{{else}}| Program | State | Detail |
|---|---|---|
| {{.Name}} | {{.State}} | {{.Detail}} |
Processor, memory and network of the machine this container runs on, read from the kernel's counters. CPU and throughput are rates, so they describe{{if .Machine.WindowText}} the {{.Machine.WindowText}}{{end}} since the previous refresh rather than this instant.
| Resource | Usage | Detail |
|---|---|---|
| CPU |
{{if .Machine.CPU.Measured}}
|
{{.Machine.CPU.Detail}} |
| Memory |
{{if .Machine.Memory.Measured}}
|
{{.Machine.Memory.Detail}} |
| Network |
{{if .Machine.Network.Measured}}
↓ {{.Machine.Network.InRateText}} ↑ {{.Machine.Network.OutRateText}} {{else}}—{{end}} |
{{range .Machine.Network.Interfaces}}
{{.Name}}: {{.InText}} in, {{.OutText}} out{{if .Measured}} (↓ {{.InRateText}} ↑ {{.OutRateText}}){{end}}
{{end}}
{{if .Machine.Network.Detail}}{{.Machine.Network.Detail}} {{end}}
|
{{.QueueError}}
{{else}}{{if .QueueSummary}}{{.QueueSummary}}{{else}}Mail queue is empty.{{end}}
Full queue {{end}}The certificate Postfix serves on port 465{{if .Cert.Subject}} ({{.Cert.Subject}}){{end}}. It is supplied by the reverse proxy through a read-only mount; SelfPost only reads it.
{{if not .Cert.NotAfter.IsZero}} {{.Cert.NotAfter.UTC.Format "2006-01-02 15:04 UTC"}} {{end}}{{.Cert.Detail}}
| Milter | Socket | State |
|---|---|---|
| {{.Name}} | {{.Path}} | {{.Status}} {{.Detail}} |