summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-12-05 16:11:05 +0000
committerGitHub <noreply@github.com>2022-12-05 16:11:05 +0000
commit10e727727b1e8d606bb9d0af0fdf4241eedaaac1 (patch)
tree216bdf2c2195170ebab71fbd674b8da19e5ba995 /web
parent198cb67348e8342196f10b713824c17131110e48 (diff)
Wmi descriptions (#14001)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 984e40734b..323fd224d3 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -4281,6 +4281,23 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
+ // WMI (IIS)
+
+ 'wmi.iis_website_isapi_extension_requests_count': {
+ info: 'The number of <a href="https://learn.microsoft.com/en-us/previous-versions/iis/6.0-sdk/ms525282(v=vs.90)" target="_blank">ISAPI extension</a> requests that are processed concurrently by the web service.'
+ },
+ 'wmi.iis_website_errors_rate': {
+ info: '<p>The number of requests that cannot be satisfied by the server.</p><p><b>DocumentLocked</b> - the requested document was locked. Usually reported as HTTP error 423. <b>DocumentNotFound</b> - the requested document was not found. Usually reported as HTTP error 404.</p>'
+ },
+
+ // ------------------------------------------------------------------------
+ // WMI (Service)
+
+ 'wmi.service_status': {
+ info: 'The current <a href="https://learn.microsoft.com/en-us/windows/win32/services/service-status-transitions" target="_blank">status</a> of the service.'
+ },
+
+ // ------------------------------------------------------------------------
// APACHE
'apache.connections': {