
Installing and Configuring the Cartridge for Guest Process Investigation 9
Installing the vFoglight Agent Manager (FglAM)
In addition to this WinRM configuration, the server that is running the vFoglight Agent
Manager (or servers that are not vFoglight) must be configured to trust the WinRM
Server's Certificate. You must configure the vFoglight Agent Manager to trust third
party certificates.
Note FglAM can be installed on servers that are not vFoglight servers. It is the FglAM server that
needs configured, not the vFoglight server. These procedures discuss installing FglAM on
the same machine as vFoglight.
For more information, see “Configuring Root Certificates for FglAM” on page 10.
The following provides an example for configuring WinRM with an HTTPS Listener
and Certificate:
* winrm create winrm/config/listener?Address=*+Transport=HTTPS
@{CertificateThumbpring="PASTE_CERTIFICATE_THUMBPRINT_HERE"}
Authentication Scheme 2 - Unencrypted Basic Authentication
Within the second authentication scheme, you are able to establish a session with
WinRM using unencrypted, basic authentication. The following are example commands
for setting those configuration values:
* winrm set winrm/config/service/auth @{Basic="true"}
* winrm set winrm/config/service @{AllowUnencrypted="true"}
Installing the vFoglight Agent Manager (FglAM)
For the Cartridge for Guest Process investigation, the vFoglight Agent Manager only
needs to be installed on the vFoglight server. It does not need to be installed on each
individual host where you want to monitor process information. The vFoglight Agent
Manager also provides a number of support services such as installation, upgrade, and
the ability to configure agents.
Guest Process Investigation monitors machines remotely. You do not need to install
FglAM on all machines you want monitored. One install of FglAM per vFoglight Server
is enough unless another install is needed to offset the collection load onto other
machines.
Comments to this Manuals