Overview
Port plugin is designed to scan some port on a remote machine and test if there is some specific service running on it. This is a very basic test of service availability.
Parameters
Host
Domain name of the tested machine. Usually this is inherited from the Machine definition.
Port
Port to be tested for availability
Not yet implemented parameters
Protocol
Protocol to be used. The only meaningful values are TCP and UDP. By default TCP is assumed.
String
String to be sent to the tested port.
RegExp
Regular expression to be matched against the response.