|
| View previous topic :: View next topic |
| Author |
Message |
claker1
Joined: 27 Jul 2012 Posts: 1
|
Posted: Fri Jul 27, 2012 11:11 am Post subject: Application Pool monitoring. |
|
|
Good afternoon,
Can Hostmon monitor Application Pools within IIS for an up/down status?
Thanks,
Chris |
|
| Back to top |
|
 |
KS-Soft Europe
Joined: 16 May 2006 Posts: 2249
|
Posted: Fri Jul 27, 2012 11:22 am Post subject: |
|
|
HostMonitor doesn't have special test methods for IIS monitoring.
However, IIS provides WMI interface for application pool monitoring.
You may try to use "WMI" test method to check IIS Application pools state.
E.g. you may use WMI test method with query like the following:
select AppPoolState from IIsApplicationPoolSetting WHERE Name="W3SVC/AppPools/MSExchangeOWAAppPool"
AppPoolState may return one of the following 4 states:
1 - The application pool is starting
2 - The application pool has started
3 - The application pool is stopping
4 - The application pool has stopped
Please note: "Root\MicrosoftIISv2" WMI name space should be used for WMI query, specified above.
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#wmi |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|