-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2379 from DataDog/jaime/iis_fix
[IIS] Deal with BytesTransfered vs BytesTransferred 2008sp2 typo
- Loading branch information
Showing
6 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
tests/checks/fixtures/wmi/win32_perfformatteddata_w3svc_webservice_2008
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ServiceUptime 251 | ||
TotalBytesSent 0 | ||
TotalBytesReceived 0 | ||
TotalBytesTransfered 0 | ||
CurrentConnections 0 | ||
TotalFilesSent 0 | ||
TotalFilesReceived 0 | ||
TotalConnectionAttemptsallinstances 0 | ||
TotalGetRequests 0 | ||
TotalPostRequests 0 | ||
TotalHeadRequests 0 | ||
TotalPutRequests 0 | ||
TotalDeleteRequests 0 | ||
TotalOptionsRequests 0 | ||
TotalTraceRequests 0 | ||
TotalNotFoundErrors 0 | ||
TotalLockedErrors 0 | ||
TotalAnonymousUsers 0 | ||
TotalNonAnonymousUsers 0 | ||
TotalCGIRequests 0 | ||
TotalISAPIExtensionRequests 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters