Telnet Script Check?

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
frilby
Posts: 15
Joined: Tue Nov 08, 2005 9:39 pm

Telnet Script Check?

Post by frilby »

Is there any way of configuring HostMonitor to perform a system check via a telnet login?

I am assuming that it would need to be via a script, but I have not been able to find a command line telnet application.

Would I need to do something in a scripting language like vbscript (which I am unfamiliar with)?

Any suggestions or script examples would be very much apprecaited...

Cheers,
Frilby :-)
Yoorix
Posts: 177
Joined: Wed Dec 14, 2005 8:28 am

Post by Yoorix »

What OS do you use?

In Windows there is a standard telnet application. Type "telnet.exe" in command line. This file should be located in \Windows\system32 folder.
Type "telnet /h" to view help.

If you are using *nix OS, you should try "telnet" or "ssh".

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

Post by KS-Soft »

If you need some simple test, you probably may use TCP test method. It can establish TCP connection, send some data and check responce.
If you need some complicated data manipulation, you probably should create you own VB, Jave or Perl script.
Its not a problem to find command line telnet utility that can process scripts. Problem is how to return test result to HostMonitor.

Regards
Alex
Post Reply