I can't see any way to do this in the current service check. For example, I'd like to check all BackupExec services are running on a server, of which it has 6 services. 6 individual tests seems like a waste of time for configuration and I'd rather have them as one service and when it fails it simply inserts the service that failed into the reply value.
Any options available?
Can any test check multiple services as part of one test?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
P.S.
This WMI test will only show number of services that are not started.
If you want to see name of stopped service, you will need to use Shell Script or Active Script test method with custom made script.
Please check for details at:
Shell Script test method: http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
Active Script test method: http://www.ks-soft.net/hostmon.eng/mfra ... htm#script
This WMI test will only show number of services that are not started.
If you want to see name of stopped service, you will need to use Shell Script or Active Script test method with custom made script.
Please check for details at:
Shell Script test method: http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
Active Script test method: http://www.ks-soft.net/hostmon.eng/mfra ... htm#script