Skip to content

Deployment targets

fDeploy considers deployment target to be a machine where fDeploy Agent is running.

Deployment targets

Filtering deployment targets

The deployment targets list supports filtering to help you locate specific targets:

  • Filter by name — search for targets by name using the text input
  • Filter by health status — filter targets by their current state:
    • Healthy — targets that are online and responding
    • Unavailable — targets that are not responding to health checks
    • Disabled — targets that have been manually disabled

Results are paginated for large environments.

Configuration properties

A deployment target has the following configuration properties:

  • Name
  • Enabled/Disabled flag
  • Environments
  • Roles
  • Hostname
  • Port
  • Thumbprint

Health checks

fDeploy Server performs periodic health checks on all enabled deployment targets via gRPC. During each health check, the following information is collected from each target:

CheckDescription
UptimeDuration since the fDeploy Agent process was last started
ThumbprintVerifies the agent certificate thumbprint matches the configured value
Available disk spaceFree disk space on the drive where fDeploy Agent is installed
OS versionOperating system version of the target machine
IdentityWindows identity under which the fDeploy Agent service is running
Local adminWhether the agent is running with local administrator privileges
HostnameMachine hostname of the target
.NET Framework.NET runtime version installed on the target
Agent versionInstalled fDeploy Agent version

If the agent certificate thumbprint does not match the configured value, the target is marked as Unavailable. If all checks pass, the target is marked as Healthy.