Page tree

This page describes how to enable and disable Server Visibility or .NET Compatibility Mode for Machine Agent, with the Agent Installer configure command. See Server Visibility Requirements and Supported Environments.

To enable or disable Server Visibility or .NET Compatibility, a restart of the Machine Agent is not required. 

Agent Installer is in maintenance mode. Use Agent Management.

Enable Server Visibility 

Server Visibility provides an expanded set of Server Visibility metrics. 

<install-directory> bin/zfictl configure --enable-sim=true
<install-directory> bin\zfictl.exe configure --enable-sim=true

Disable Server Visibility

<install-directory> bin/zfictl configure --enable-sim=false
<install-directory> bin\zfictl.exe configure --enable-sim=false

Enable .NET Compatibility Mode

.NET compatibility mode allows you to collect and view machine or server metrics with the Machine and .NET Agents installed. See .NET Compatibility Mode

<install-directory> bin/zfictl configure  --dotnet-compatibility=true

Disable .NET Compatibility Mode

<install-directory> bin/zfictl configure  --dotnet-compatibility=false
  • No labels