From: Costa Tsaousis (ktsaou) Date: Sat, 11 Feb 2017 19:48:55 +0000 (+0200) Subject: improved dashboard information about web_log charts X-Git-Tag: ab-debian_0.20170213.01-0ab1~1^2~12^2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=commitdiff_plain;h=02b1dc1aecddae4e85c5932852c5e4337143a936 improved dashboard information about web_log charts --- diff --git a/web/dashboard_info.js b/web/dashboard_info.js index 4eca27e0..b4028168 100644 --- a/web/dashboard_info.js +++ b/web/dashboard_info.js @@ -28,7 +28,7 @@ netdataDashboard.menu = { 'tc': { title: 'Quality of Service', icon: '', - info: 'Netdata collects and visualizes tc class utilization using its tc-helper plugin. If you also use FireQOS for setting up QoS, netdata automatically collects interface and class names. If your QoS configuration includes overheads calculation, the values shown here will include these overheads (the total bandwidth for the same interface as reported in the Network Interfaces section, will be lower than the total bandwidth reported here). QoS data collection may have a slight time difference compared to the interface (QoS data collection uses a BASH script, so a shift in data collection of a few milliseconds should be justified).' + info: 'Netdata collects and visualizes tc class utilization using its tc-helper plugin. If you also use FireQOS for setting up QoS, netdata automatically collects interface and class names. If your QoS configuration includes overheads calculation, the values shown here will include these overheads (the total bandwidth for the same interface as reported in the Network Interfaces section, will be lower than the total bandwidth reported here). QoS data collection may have a slight time difference compared to the interface (QoS data collection uses a BASH script, so a shift in data collection of a few milliseconds should be justified).' }, 'net': { @@ -222,7 +222,7 @@ netdataDashboard.menu = { 'web_log': { title: undefined, icon: '', - info: 'Information extracted from the web server log file. netdata python.d/web_log plugin incrementally parses web server log files to provide a real-time break down of key web server performance metrics. A special log file format is also supported (for nginx and apache) that allows netdata to extract timing information for the web server responses and bandwidth for both requests and responses. The web_log plugin can also be configured to provide a break down of requests per URL pattern (check /etc/netdata/python.d/web_log.conf). netdata provides also several alarms based on the information on these charts, such as too many bad requests, too many redirects, too many internal errros, unreasonably slow responses, too many requests and too few requests.' + info: 'Information extracted from a web server log file. python.d/web_log plugin incrementally parses the web server log file to provide, in real-time, a break down of key web server performance metrics. A special log file format may optionally be used (for nginx and apache) allowing the plugin to extract timing information for the web server responses and bandwidth for both requests and responses. web_log plugin may also be configured to provide a break down of requests per URL pattern (check /etc/netdata/python.d/web_log.conf). netdata attaches several alarms on these charts, such as too many bad requests, too many redirects, too many internal errors, unreasonably slow responses, unreasonably many requests (i.e. web attack) and unreasonably few requests (i.e. something is wrong).' }, 'named': { @@ -955,7 +955,7 @@ netdataDashboard.context = { }, 'web_log.clients': { - info: 'Unique client IPs accessing the web server, within each data collection iteration. So, if data collection is per second, this chart shows unique client IPs per second.' + info: 'Unique client IPs accessing the web server, within each data collection iteration. If data collection is per second, this chart shows unique client IPs per second.' }, 'web_log.clients_all': {