Versions Compared

Key

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

Communication between the Uptime Infrastructure Monitor monitoring station and the Uptime Infrastructure Monitor Windows Agent can be secured by enabling SSL encryption. Enabling SSL is a two-step process: Enabling SSL on the Windows Agent System
Enabling SSL in the Uptime Infrastructure Monitor Web Interface

...

Table of Contents
maxLevel2
minLevel2

...

Enabling SSL on the Windows

...

agent system

When enabling SSL on the Windows agent system, you must To enable SSL encryption, complete the following steps on each agent system:
Image Removed Note
Do not .

To enable SSL encryption on the Windows agent system

Warning

DO NOT perform these steps on the monitoring station.

  1. Download and install the Windows version of of stunnel 4.27.

...

  1. Find the file stunnel.conf on the agent system. This file is normally found in C:\Program Files\stunnel.

...

  1. Add

...

  1. the

...

  1. following

...

  1. lines

...

  1. to

...

  1. the

...

  1. bottom

...

  1. of

...

  1. stunnel.conf

...

  1. and

...

  1. save

...

  1. the

...

  1. file.

...

  1. This

...

  1. will

...

  1. enable

...

  1. SSL

...

  1. encryption

...

  1. on

...

  1. local

...

  1. port

...

  1. 9997

...

  1. and

...

  1. forward

...

  1. the

...

  1. encrypted

...

  1. data

...

  1. to

...

  1. the

...

  1. standard

...

  1. agent

...

  1. port

...

  1. (9998).

...


  1. Code Block
    languagesql
    [Uptime agent

...

  1. ] 
     accept = 9997
     connect = 9998
    For older agents, use these lines:
     

...

  1. [Uptime NT agent

...

  1. ]
     accept = 9997
     connect = 9998

...

  1. Info

    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.

  2. Start stunnel from the Start menu or by running the following command at the command prompt:
    Code Block
    languagesql
    c:\Program Files\stunnelstunnel.exe -start

...


  1. The

...

  1. agent

...

  1. is

...

  1. now

...

  1. SSL

...

  1. enabled

...

  1. on

...

  1. port

...

  1. 9997.

...

Enabling SSL in the

...

UIM web interface

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

  1. Click Infrastructure.
  2. 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.

...