Acknowledge a test in telnet

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
totte
Posts: 55
Joined: Wed May 30, 2007 3:40 am

Acknowledge a test in telnet

Post by totte »

Is it possible to acknowledge a test in telnet, can not find this in the manual?

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

Post by KS-Soft »

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
AdamMon
Posts: 8
Joined: Fri May 11, 2012 4:10 am

Post by AdamMon »

We are using newest Version(9.30) and when we are using this command it is ignoring the first parameter and treats it as comment.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Quote from the manual (version 9.30)
------------------
AckTestByID [StopAlerts] <comment> <testID> [<testID2> [...]]
------------------

In other words - use optional StopAlerts parameter instead of 0|1

Regards
Alex
Post Reply