{{define "cp_status"}} {{$botOwner := .IsBotOwner}} {{template "cp_head" .}} {{template "cp_alerts" .}} {{range .BotStatus.HostStatuses}} {{end}} {{template "cp_footer" .}} {{end}} {{define "cp_status_tooltip"}} Events/s: {{printf "%.1f" .EventsPerSecond}}
TotalEvents: {{.TotalEvents}}
Last Heartbeat: {{humanizeDurationSeconds (currentTime.Sub .LastHeartbeatSend)}} ago
Last Heartbeat Ack: {{humanizeDurationSeconds (currentTime.Sub .LastHeartbeatAck)}} ago
Unavailable Guilds: {{.UnavailableGuilds}}/{{.NumGuilds}}
{{end}}