summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-24 22:22:00 +0100
committerChris <github.account@chrigel.net>2018-02-24 22:22:00 +0100
commit1a13cc6839f28180f1419e2ff483d0811a1d53d9 (patch)
tree5762e88e644d5b75a71fda0df0ab7cf108e98818 /web
parenta4327d68d09b03881faf546025bae727222209aa (diff)
Corrected portcheck documentation
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 9651609bcd..7737016f98 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1728,14 +1728,14 @@ netdataDashboard.context = {
// Port check
'portcheck.latency': {
- info: 'The <code>Latency</code> describes the time spent opening and closing a socket. No data is sent or received. ' +
- 'A response time of <code>0.0 ms</code> indicates a connection error.'
+ info: 'The <code>latency</code> describes the time spent connecting to a TCP port. No data is sent or received. ' +
+ 'Currently, the accuracy of the latency is low and should be used as reference only.'
},
'portcheck.error': {
valueRange: "[0, 1]",
info: 'The <code>error</code> codes are returned by the plugin when it could verify the availability of the service. ' +
- 'Each error dimension will have a value of <code>1</code> if triggered. Dimension <code>success</code> is always <code>1</code> on successful connects.' +
+ 'Each error dimension will have a value of <code>1</code> if triggered. Dimension <code>success</code> is always <code>1</code> if connection could be established.' +
'The error code is most useful for alarms and third-party apps.'
},