Is it possible to acknowledge a test in telnet, can not find this in the manual?
//Christoffer
Hogia
Acknowledge a test in telnet
Unofficially, there is such command:
AckTestByID <0|1> <comment> <number of test items> <testID1> [<testID2> [...]]
1st parameter (0 or 1) tells HostMonitor to stop alerts used by these tests (1 - stop, 0 - do not stop alerts)
2nd parameter - comment
3rd parameter - number of test items that should be disabled
4th parameter - testID
...
E.g.
AckTestByID 1 "server update" 3 140 141 142
Regards
Alex
AckTestByID <0|1> <comment> <number of test items> <testID1> [<testID2> [...]]
1st parameter (0 or 1) tells HostMonitor to stop alerts used by these tests (1 - stop, 0 - do not stop alerts)
2nd parameter - comment
3rd parameter - number of test items that should be disabled
4th parameter - testID
...
E.g.
AckTestByID 1 "server update" 3 140 141 142
Regards
Alex