Summery of all stopped Services

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
nasdo AG
Posts: 14
Joined: Wed Sep 16, 2009 6:06 am

Summery of all stopped Services

Post by nasdo AG »

Hey,

my english isnt very well, I want to test all services on one test item.
So I think WMI is the right one... I have the query
SELECT Name FROM Win32_Service WHERE Started=0 AND StartMode="Auto"
but I have as Reply only one stopped Service, If on the Server are 5 stopped Service I want to have 5 Items in the wmi test reply.

How does it works, is it possible with wmi or is a other test methode better?

My second question is how to test the network workload , Performence Counter doesnt run very well, I think the best way is wmi too, but i dont know the right query.

regarts
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

WMI test may display single value only.
If you want to check several rows and display all values in Reply field of the test, you should create your own script and use Shell Script test method
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
My second question is how to test the network workload , Performence Counter doesnt run very well, I think the best way is wmi too, but i dont know the right query.
HostMonitor offers Traffic Monitor test method
http://www.ks-soft.net/hostmon.eng/mfra ... trafficmon

Regards
Alex
Post Reply