Home Directory Plugins Web Servers IIS IIS Application Pool (AppPool) Extended Check

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

IIS Application Pool (AppPool) Extended Check

Rating
0 votes
Favoured:
0
Current Version
1.1.0
Last Release Date
2016-04-13
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
10241
Files:
FileDescription
check_apppools.zipcheck_apppools.zip
Nagios CSP

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!
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 possible to define a blacklist where you can excludes.

If you got 20 ApplicationPools but you dont want to monitor the "Default APp Pool" for example, just add "Default APP Pool" to the "dependenciesexcluded_pools.txt" file. 1 Pool per Line.

Nagios will set a critical state for every pool thats not in the "running" state except the blacklisted ones.

Never add applicationpools manually to your monitoring again.

Add the following line to your NSClient.ini:

check_apppools = "C:Program FilesNSClient++scriptscheck_appools.exe"