Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Communication between the up.time Uptime Infrastructure Monitor monitoring station and the up.time Uptime Infrastructure Monitor Windows Agent can be secured by enabling SSL encryption. Enabling SSL is a two-step process:

...

  1. Download and install the Windows version of stunnel 4.27.
  2. Find the file stunnel.conf on the agent system. This file is normally found in C:\Program Files\stunnel.
  3. Add the following lines to the bottom of stunnel.conf and save the file. This will enable SSL encryption on local port 9997 and forward the encrypted data to the standard agent port (9998).
     

    Code Block
    [up.timeUptime agent] 
     accept = 9997
     connect = 9998
    For older agents, use these lines:
     [up.timeUptime NT agent]
     accept = 9997
     connect = 9998
    Note
    You can change the port on which to enable SSL to any value. To change the default agent port to a port other than 9998, edit the agent port setting in the Windows Registry (see Changing the Windows Agent Port) and then configure the stunnel.conf file to accept on port 9998 and to connect to the port that you configured for the agent.
  4. Start stunnel from the Start menu or by running the following command at the command prompt:

    Code Block
    C:\Program Files\stunnelstunnel.exe -start

    The agent is now SSL enabled on port 9997.

Enabling SSL in the

...

Uptime Infrastructure Monitor Web Interface

If the Windows agent has already been added to up.timeUptime Infrastructure Monitor, complete the following steps in the up.time Uptime Infrastructure Monitor Web interface for each agent system that requires SSL.

  1. Click My Enterprise Infrastructure.
  2. Click Find and then click the name of the agent system for which you want to enable SSL.
  3. Click Edit Performance Monitor.
  4. In the new window, select the Use SSL (HTTPS) option and change the Agent Port Number to 9997.
  5. Click Save.

If you have not yet added the agent system to up.timeUptime Infrastructure Monitor, follow the steps in the up.time Uptime Infrastructure Monitor User Guide. When adding the agent system, ensure that the Agent Port Number option is set to 9997 and that the Use SSL option is enabled.

...