{{define "page-title"}}Device Dashboard{{end}} {{define "page-description"}}BotGuard GateKeeper device overview{{end}} {{define "menu"}}
{{end}} {{define "body"}}{{.CpuLoad}}
{{.LoadAverage}}
{{.MemLoad}}
{{.MemUsage}}
{{.DiskLoad}}
{{.DiskUsage}}
{{.NetInterface}}
{{.NetUsage}}
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.
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.
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}}