summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-21 16:38:11 +0100
committerChris <github.account@chrigel.net>2018-02-21 16:38:11 +0100
commit60a3beeb7027725afa3e7bf58d138b882d4efd68 (patch)
treeeb6a75b0a230b912de40af705c9a53498edbb5cd /web
parent4b6f1a87e194b7ddbc8df15388619a911c786b93 (diff)
renumbered error codes.
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 1323d3c211..e79a9ed86d 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1735,7 +1735,7 @@ netdataDashboard.context = {
'portcheck.error': {
valueRange: "[0, 3]",
info: 'The <code>Error</code> is returned by the plugin when it could not connect to the host/port. It is one of: ' +
- '<code>0</code> (connection successful), <code>1</code> (port closed), <code>2</code> (host or port timeout), <code>3</code> (hostname lookup failed). ' +
+ '<code>0</code> (connection successful), <code>5</code> (port closed), <code>10</code> (host or port timeout), <code>15</code> (hostname lookup failed). ' +
'The error code is most useful for 3rd-party apps and alarms.'
},