Deployment
Prerequisites
Before deploying the Agent, ensure that the local browser time, server time zone, and time are all consistent. If there are multiple servers, ensure that the local browser, all server time zones, and times are consistent. Otherwise, it may affect data accuracy, such as incorrect topology, etc.
Deployment Steps
UniAgent Deployment (Windows Only)
When there are applications in multiple languages on a Windows server, it is recommended to use UniAgent for installation.
The installation path is fixed at C:\Program Files\tingyun\monitor. For installation steps, see UniAgent Deployment Guide.
The UniAgent installation package integrates Agents for Java/.NET/.NET Core and other languages. After installation, you do not need to manually modify the application's configuration file; all Agent embedding actions are automatically completed by UniAgent.
After UniAgent installation is complete, restart the .NET application.
Standard Installation Method
-
Download the installation package tingyun-agent-dotnet-version.exe.
-
Double-click the installer, select the installation path, configure the Collector address and license, and complete the installation.
-
Start "NBUI.exe".
-
Click "Enable Monitoring".
Note: Enabling monitoring will restart the IIS service. Please choose an appropriate maintenance window to enable monitoring.
Silent Installation Mode
Run tingyun-agent-dotnet-version.exe from the command line, using the /S parameter with -license and -collector. Parameter values must be enclosed in double quotes.
/S is for silent installation mode, -license="LicenseKey for silent installation mode" -collector="Collector address for silent installation mode". For example: tingyun-agent-dotnet-3.0.0.exe /S -license="999-999-999" -collector="192.168.1.5:7665,192.168.1.8:7665".
Note: Silent installation will directly start the Agent and restart the IIS service. If an Agent is already running, silent installation will prompt whether to force installation. Forcing installation will stop and unregister the running Agent, but will not remove the installed Agent files. It is recommended to manually uninstall the existing Agent before performing a silent installation.