Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
Description
Overview
check_iis_apppools.ps1 monitors IIS Application Pool health using the PowerShell WebAdministration module. It verifies that application pools are running and returns Nagios-compatible status codes based on their current state.
The plugin can monitor all application pools or a specified list of application pools. It is designed for use with Nagios XI and NCPA and operates in a read-only manner without performing any IIS actions.
Features
Requirements
Example Commands
check_iis_apppools.ps1
check_iis_apppools.ps1 All
check_iis_apppools.ps1 \"DefaultAppPool\"
check_iis_apppools.ps1 \"AppPool1,AppPool2\"
Example Output
OK: All AppPools running | running=8 total=8 stopped=0 transitional=0
WARNING: Transitional AppPools: MyAppPool(Starting) | running=7 total=8 stopped=0 transitional=1
CRITICAL: Stopped AppPools: MyAppPool | running=7 total=8 stopped=1 transitional=0
Current Version
1.0.0
Last Release Date
2026-08-24
Owner
John Shorey
Website
https://github.com/shoreypu/nagios-plugins/tree/main/check_iis_apppools
Download URL
https://github.com/shoreypu/nagios-plugins/blob/main/check_iis_apppools/check_iis_apppools.ps1
License
GPL
Compatible With
You must be logged in to submit a review.
To:
From: