From b203702cadbb29ccab285b9db4857f6931d0bc65 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Thu, 1 Sep 2016 15:41:23 +0200 Subject: [PATCH] README: mention the IIS collector --- README.md | 1 + collector/iis.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa22c66..f1058545 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Name | Description ---------|------------- os | [Win32_OperatingSystem](https://msdn.microsoft.com/en-us/library/aa394239) metrics (memory, processes, users) logical_disk | [Win32_PerfRawData_PerfDisk_LogicalDisk](https://msdn.microsoft.com/en-us/windows/hardware/aa394307(v=vs.71)) metrics (disk I/O) +iis | [Win32_PerfRawData_W3SVC_WebService](https://msdn.microsoft.com/en-us/library/aa394345) IIS metrics The HELP texts shows the WMI data source, please see MSDN documentation for details. diff --git a/collector/iis.go b/collector/iis.go index f5554f4c..98950189 100644 --- a/collector/iis.go +++ b/collector/iis.go @@ -1,5 +1,5 @@ // returns data points from Win32_PerfRawData_W3SVC_WebService -// https://msdn.microsoft.com/en-us/library/aa394345.aspx - Win32_OperatingSystem class +// https://msdn.microsoft.com/en-us/library/aa394345 - Win32_OperatingSystem class package collector