What's the best way to monitor a large number of application pools in IIS7?
Posted
by Kev
on Server Fault
See other posts from Server Fault
or by Kev
Published on 2010-01-08T12:10:08Z
Indexed on
2010/03/28
22:03 UTC
Read the original article
Hit count: 309
Some background first - We're running IIS 7 on Windows 2008. We're running around 250 websites per server with each site in it's own application pool.
I need a way to monitor each application pool for crashes and hangs and to send an email alert if an application pool is unresponsive for more than say 2 minutes.
I thought about having a virtual directory mapped into each site with an ASP.NET page that we could poll via our existing monitoring system (HostMonitor).
Does anyone else have experience in this area?
© Server Fault or respective owner