| Icmp object |
See if you can reach another computer; Determine how long it takes to bounce a packet off of another site, which tells you its distance in network terms.
Learn more »
|
| Http object |
Log on to a web server, get the web pages and analyze the contents. Retrieve web headers. Use HTTP-Post. Support for Proxy servers, SSL and password protected web sites.
Learn more »
|
| Ftp/FtpFile objects |
Log on to an FTP server, change the working directory and get/put files.
Learn more »
|
| DnsServer/DnsRecord objects |
Query servers running a domain name service (DNS). Query DNS for specific information about hosts.
Learn more »
|
| Ntp object |
Query NTP time servers and retrieve the actual date and time. Calculate offset between servers to see if your LAN time is set properly.
Learn more »
|
| Ssh object |
Run a command or shell script on a remote UNIX or LINUX computer in a secure way using SSH. Use a private key file to logon. Read StdErr and StdOut of the remote shell script.
Learn more »
|
| Rsh object |
Run a command or shell script on a remote UNIX or LINUX computer that runs the RSH (Remote Shell Script) daemon. Read StdErr and StdOut of the remote shell script.
Learn more »
|
| SnmpManager object |
Use the following SNMP operations: Get, GetNext, Set and Trap; support for SNMP v1 and SNMP v2c.
Learn more »
|
| SnmpTrapManager object |
Send and receive SNMP traps to (remote) SNMP agents. Support for SNMP v1 and SNMP v2c.
Learn more »
|
| SnmpMibBrowser object |
Load a MIB database into memory and iterate over all objects and view all properties.
Learn more »
|
| Tcp object |
Write your own TCP-based client/server applications; the server application listens for an incoming connection on a specific port, while the client application connects to it;
Support for ASCII and binary data, bidirectional. The Tcp object can also be use to automate telnet sessions.
Learn more »
|
| Udp object |
Create your UDP-based client/server applications; create UDP-based broadcast application.
Learn more »
|
| IPtoCountry object |
The IPtoCountry object translates IP address to countries. Use it for web server log analysis, marketing purposes etc.
Learn more »
|
| Wake-On-LAN object |
Wake up (power-up) machines on your LAN, based on their MAC address.
Learn more »
|
| SNMP Trap Receiver Service |
Receive incoming traps in the background and save them in a database.
Learn more »
|