Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: IIS
Nagios plugins for monitoring IIS.
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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.Check an IIS Application pool state
This plugin checks for the state of an IIS application pool.
Check IIS 7 Application Pool State
This plugin check the state of an Application Pool in IIS 7.0 (Windows Server 2008)
Check IIS Site and Application Pool
Plugin for check IIS Sites and Application pool status, using NRPE.
Check Microsoft IIS Application Pool
outsideit.netChecks Microsoft Windows IIS application pool state returning web application count, % CPU usage and memory usage.
check_http_ntlm
Simple bash used for verifying that a windows ntlm auth is working. -updated17:th june, missed a -w in the script.
check_iis
Simple dirty check_iis plugin for collecting statistics from IIS with snmp.
check_iis.vbs
www.felipeferreira.netSo How can we know the IIS server is responding to all petitions? Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser Its very usefull to monitor, if the site is acting wierd or is being attacked ...
check_iis8_app_pool_state
github.com/esterniclos/nagios_iisCheck in powershell for Internet Information Services 8 and 8.5. check_iis8_app_pool_state = powershell.exe scriptscheck_iis8_app_pool_state.ps1 $ARG1$ check_default_app_pool = powershell.exe scriptscheck_iis8_app_pool_state.ps1 DefaultAppPool ...
check_iis8_connections
github.com/esterniclos/nagios_iis/Power shell script to check current connections in IIS Website version 8 or higher Can be used with nsclient++ check_iis8_app_pool_state = powershell.exe scriptscheck_iis8_app_pool_state.ps1 $ARG1$ check_default_app_pool = powershell.exe scr ...
check_iis8_site
github.com/esterniclos/nagios_iisPowershell to check if website in IIS 8 is started or stopped Can be used with nsclient ++
check_iis_pool
github.com/pszafer/check_iis_poolYou can use this PS script to check IIS pool status by Nagios / ICINGA via your favourite NRPE. Currently it expects that all applications in IIS should be running.
check_iis_site
A quick VB script to test the status of an IIS web site. Usage: cscript //nologo //T:60 check_iis_site.vbs "site comment"
IIS Application Pool (AppPool) Extended Check
With this simple script it's possible to monitor all application pools without adding something to your configuration file or add a new service check. its simply designed. checking every application pool in the IIS7 (maybe 6/8) not tested yet. Its po ...