Add Machine dialog box
This dialog box enables you to add the machine that you want to monitor to the Monitored Server Machines list.
To access, on the Controller Run tab, click > Add Measurements for a graph. In the dialog box that opens, click Add in the Monitored Server Machine section.
Monitored machine information
The most common user interface elements are described below. Some monitors require additional information, see the relevant help pages for setting up the monitors.
For SiteScope monitoring, see SiteScope server information.
| UI Element | Description |
|---|---|
| Name |
The name or IP address of the machine that you want to monitor.
|
| Platform |
Type of platform (Windows or Linux) of the machine you want to monitor. Note: This field is disabled for monitor configurations that do not have platform specifications (such as Apache), or when the monitor is intended to be used with a single platform type. |
| Use SSH |
Relevant for UNIX resources monitoring.
|
SiteScope server information
For SiteScope server monitoring there are additional user interface elements:
Note: In order to connect to a Sitescope server with specific credentials, you must first stop the Sitescope monitor and remove all of its counters.
| UI Element | Description |
|---|---|
| Name |
The name of the SiteScope server.
|
| Port |
The SiteScope port.
Default: 8888
|
| Use Secure HTTP |
Uses a secure HTTP connection to the SiteScope server.
|
| <User account details> |
Provide details for the specific SiteScope account to use:
|
SSH authentication without a password
When using SSH authentication for a Linux machine, you can configure your environment so that a password is not required for connecting to the monitored machine. This is done by adding a public key.
Caution: When no password is defined for SSH authentication in the Add Machine dialog box, you can still add the monitor and measurements. However, if the public key is not configured, there will be a connection error when you run the scenario.
To connect with SSH without a password:
-
Generate a public key on the machine you want to monitor.
-
On the Controller machine, open the .ssh folder in your Users folder. Default path: C:\Users\<User name>\.ssh. (If the .ssh folder does not exist, create it.)
- Add the public key in the .ssh folder.
- Open the ...\.ssh\config file in a text editor. (If the config file does not exist, create it.)
-
Define the following in the config file for each host:
Property Value Host The monitored machine name, as defined in the Name field of the Add Machine dialog box. HostName The full name of the monitored machine on the network. User The user defined in the SSH User Name field of the Add Machine dialog box.
IdentityFile The path to the key, for example, ~/.ssh/<name of the public key>
For example:
Copy codeHost my-machine
HostName my-machine name.company.net
User my-name
IdentityFile ~/.ssh/my-machine-key
See also:

