{{define "page-title"}}Device Dashboard{{end}} {{define "page-description"}}BotGuard GateKeeper device overview{{end}} {{define "menu"}}
{{end}} {{define "body"}}

This Device

CPU Load

{{.CpuLoad}}

{{.LoadAverage}}

Memory Load

{{.MemLoad}}

{{.MemUsage}}

Disk Usage

{{.DiskLoad}}

{{.DiskUsage}}

Network Usage

{{.NetInterface}}

{{.NetUsage}}

Web Server

{{if .IPBlocked}}
This device is under DDoS attack. {{.IPBlocked}} IP addresses were blocked.
{{end}}

Web Server Responses

The average number of positive (2xx) responses, errors which have been caused by the client (4xx), and server errors (5xx). The increased number of 4xx errors shows a bot activity, while increased number of 5xx errors shows the problem with the website software.

Web Server Load

The number of requests per second processed by the web server. A sharp increase in the number of requests per second can signal a DDoS attack.

Latest Web Server Errors

The error.log file contains the information about errors and warnings when running the web server.

{{if not .ErrorLog}}(empty log file){{else}}{{.ErrorLog}}{{end}}
{{end}}