summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-21 16:30:56 +0100
committerChris <github.account@chrigel.net>2018-02-21 16:30:56 +0100
commite9833435dcbb26bb59c62d751665e65d39cd1401 (patch)
treecd5729b0a0dda396c7630a3f32bc82d3b5b00d76 /web
parentf4c48782c693491f1789bfd3555d1c428389fabb (diff)
Renumbered error codes
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 9590ec5df7..e629d45622 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1144,9 +1144,9 @@ netdataDashboard.context = {
'httpcheck.error': {
valueRange: "[0, 3]",
info: 'The <code>Error</code> is returned by the plugin when it could not connect to the webserver. It is one of: ' +
- '<code>0</code> (connection successful), <code>1</code> (unexpected response content), <code>2</code> (unexpected status code), ' +
- '<code>3</code> (port unreachable), <code>4</code> (host unreachable). ' +
- 'The error code is most useful for 3rd-party apps and alarms.'
+ '<code>0</code> (connection successful), <code>3</code> (unexpected response content), <code>5</code> (unexpected status code), ' +
+ '<code>10</code> (port unreachable), <code>15</code> (host unreachable). ' +
+ 'The higher the error code, the "more severe" it is. The error code is most useful for 3rd-party apps and alarms.'
},
// ------------------------------------------------------------------------