Hi.
Is it possible to implement multiple tests in one?
For example i want to monitor few parameters of one server: Ping, CPU load, DNS. So in list of test i will see one string in "Test Name" column and three strings in all other columns:
-------------------------------------------------------------------------------------
Test Name....Test method....Status.............Reply
-------------------------------------------------------------------------------------
Server1.........Ping...............Host is alive.....0 ms
....................CPU Usage......Ok..................17%
....................DNS test.........Host is alive.....0 ms
-------------------------------------------------------------------------------------
Server2.........Ping...............Host is alive.....0 ms
-------------------------------------------------------------------------------------
Server3.........Ping...............Host is alive.....0 ms
....................check UNC......Ok..................30Gb
-------------------------------------------------------------------------------------