• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IIS 6. Way to email if app pool is not running?

lokiju

Lifer
Not sure if this is the best section to post this in...

Does anyone know of a way built into Windows Server 2008 standard 32bit or IIS 6.0 to have an auto email sent out if/when a specific app pool stops? I specifically say stop and not crashes since I'm having a situation where an app pool stopped but there's nothing in Event Viewer to capture this event.

I could of happened when the server booted but did not start the app pool for whatever reason, but again, there's nothing about this issue logged in Event Viewer.

This is a web-server with multiple app pools, which is why I noted notifying on a specific pool.
 
Not that I'm aware of. You'd need some 3rd party monitoring tool/script, but first you'd need a way to programmatically check if the app pool is stopped or not.
 
Back
Top