{{template "header.tpl" .}} {{template "controlbar.tpl" .}}
Are you sure you want to reset the dashboard ?
All changes to the dashboard, graphs and associated alerts will be lost.
Are you sure you want to delete the dashboard ?
The dashboard and all it's graphs and alerts will be deleted permanently.
CPUs | {{.info.ServerInfo.CPUCount}} x {{.info.ServerInfo.CPUModel}} |
---|---|
OS | {{.info.ServerInfo.OS}} |
Hostname | {{.info.ServerInfo.Hostname}} |
Interface {{.Name}} | {{join .Addrs ", "}} |
URL | {{.info.URLCheckInfo.URL}} |
Method | {{.info.URLCheckInfo.Method}} |
Timeout | {{.info.URLCheckInfo.TimeoutSecs}} seconds |
Headers | {{- range $k, $v := .info.URLCheckInfo.Headers}}
{{index $v 0}}: {{index $v 1}} {{- end}} |
Droplet ID | {{.info.ServerInfo.DOInfo.DropletID}} |
---|---|
Region | {{.info.ServerInfo.DOInfo.Region}} |
Public IPs | {{join .info.ServerInfo.DOInfo.PublicIPs ", "}} |
Tags | {{join .info.ServerInfo.DOInfo.Tags ", "}} |
Floating IP | {{.info.ServerInfo.DOInfo.FloatingIP}} |
Anchor IP | {{.info.ServerInfo.DOInfo.AnchorIP}} |
Project ID | {{.info.ServerInfo.GCPInfo.ProjectID}} |
---|---|
Zone | {{.info.ServerInfo.GCPInfo.Zone}} |
Public IPs | {{join .info.ServerInfo.GCPInfo.PublicIPs ", "}} |
CPU Platform | {{.info.ServerInfo.GCPInfo.CPUPlatform}} |
Instance ID | {{.info.ServerInfo.AWSInfo.InstanceID}} |
---|---|
Instance Type | {{.info.ServerInfo.AWSInfo.InstanceType}} |
Availability Zone | {{.info.ServerInfo.AWSInfo.AZ}} |
Public IPs | {{join .info.ServerInfo.AWSInfo.PublicIPs ", "}} |