Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Microsoft IIS Application Pool
v1.05.170922
2017-09-22
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
28420
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Please visit my blog for more information on this plugin.
In case you find a bug or have feature request, please make an issue on GitHub.
In case you find a bug or have feature request, please make an issue on GitHub.
Reviews (6)
bymaksim.gorkin, December 1, 2020
Web-Scripting-Tools (PowerShell) is required:
install-windowsfeature -name Web-Scripting-Tools
GIT(author) -https://github.com/OutsideIT/check_ms_iis_application_pool
GIT(my fork) - https://github.com/maxim-gorkin/check_ms_iis_application_pool
install-windowsfeature -name Web-Scripting-Tools
GIT(author) -https://github.com/OutsideIT/check_ms_iis_application_pool
GIT(my fork) - https://github.com/maxim-gorkin/check_ms_iis_application_pool
byterry.r, June 30, 2020
Would love to give an actual review of this plugin but it is not available for download because the authors website is not working.
byChris64, August 22, 2018
HEllo,
i recently set a new windows server 2016 up, configured IIS 10.0 with 9 appPool.
i copied your script on the server but i have an issue while running your script locally.
PS C:Program FilesNSClient++scripts> .check_ms_iis_application_pool.ps1 -A WsusPool -AppCmd 1
get-wmiobject : Classe non valide « Win32_PerfFormattedData_PerfProc_Process »
Au caractère C:Program FilesNSClient++scriptscheck_ms_iis_application_pool.ps1:392 : 42
+ ... t.Process = get-wmiobject Win32_PerfFormattedData_PerfProc_Process | ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidType: (:) [Get-WmiObject], ManagementException
+ FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
any idea?
best regards
i recently set a new windows server 2016 up, configured IIS 10.0 with 9 appPool.
i copied your script on the server but i have an issue while running your script locally.
PS C:Program FilesNSClient++scripts> .check_ms_iis_application_pool.ps1 -A WsusPool -AppCmd 1
get-wmiobject : Classe non valide « Win32_PerfFormattedData_PerfProc_Process »
Au caractère C:Program FilesNSClient++scriptscheck_ms_iis_application_pool.ps1:392 : 42
+ ... t.Process = get-wmiobject Win32_PerfFormattedData_PerfProc_Process | ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidType: (:) [Get-WmiObject], ManagementException
+ FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
any idea?
best regards
This is exactly what we needed to see our IIS application pool resource usage trends. We sometimes have individual apps that freeze. We hope now to be able to foresee issues before end-users are affected. Thanks so much!
Q. How would we set alert thresholds?
Q. How would we set alert thresholds?
byemi65, April 11, 2017
0 of 1 people found this review helpful
I didn't find any help to understand the available option for this check
Please can you tell me what is $ARG1$ for this plug in ?