summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-25 22:48:03 +0100
committerChris <github.account@chrigel.net>2018-02-25 23:07:14 +0100
commit11926704ecd1f4ca5cc52791321a3a37764d6ac5 (patch)
tree881c70a132122b838c9d5a97bff19be14c4cd77b /web
parent3d9306f62be0c0e05529f97babad3ab788e29b9e (diff)
Rename charts and dimensions in portcheck
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index bd07f9278b..eed1ce09bf 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1729,15 +1729,14 @@ netdataDashboard.context = {
'portcheck.latency': {
info: 'The <code>latency</code> describes the time spent connecting to a TCP port. No data is sent or received. ' +
- 'The minimum is <code>0.1 ms</code> except on errors, where it will be <code>0.0 ms</code>. ' +
'Currently, the accuracy of the latency is low and should be used as reference only.'
},
- 'portcheck.error': {
+ 'portcheck.status': {
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> if connection could be established.' +
- 'The error code is most useful for alarms and third-party apps.'
+ info: 'The <code>status</code> chart verifies the availability of the service. ' +
+ 'Each status dimension will have a value of <code>1</code> if triggered. Dimension <code>success</code> is <code>1</code> only if connection could be established.' +
+ 'This chart is most useful for alarms and third-party apps.'
},
// ------------------------------------------------------------------------