Wmi descriptions (#14001)
thiagoftsm committed
Dec 5, 2022 at 16:11 UTC
10e727727b1e8d606bb9d0af0fdf4241eedaaac1
1 file changed
+17
web/gui/dashboard_info.js
+17
@@ -4280,6 +4280,23 @@ netdataDashboard.context = {
4280
info: 'Rate at which segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.'
4281
},
4282
4283
+ // ------------------------------------------------------------------------
4284
+ // WMI (IIS)
4285
+
4286
+ 'wmi.iis_website_isapi_extension_requests_count': {
4287
+ 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.'
4288
+ },
4289
+ 'wmi.iis_website_errors_rate': {
4290
+ 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>'
4291
+ },
4292
+
4293
+ // ------------------------------------------------------------------------
4294
+ // WMI (Service)
4295
+
4296
+ 'wmi.service_status': {
4297
+ info: 'The current <a href="https://learn.microsoft.com/en-us/windows/win32/services/service-status-transitions" target="_blank">status</a> of the service.'
4298
+ },
4299
+
4300
// ------------------------------------------------------------------------
4301
// APACHE
4302