Install .NET agent via command line
Follow the instructions given below to install APM Insight .NET agent via command line:
- Login to your Site24x7 account > APM > APM Insight
- Click on .NET tab and download APM Insight .NET agent (apminsight-dotnetagent.msi)
Navigate to the path where you have downloaded the msi file and execute the following command:
msiexec -i apminsight-dotnetagent.msi license.key=<YOUR LICENSE KEY> editconfig=false iisreset=false /log apm_install.log /quiet
- editconfig - Agent will open edit configuration window by default. Set this to false to install the agent without opening the edit configuration window.
- iisreset - Agent resets IIS by default. Set this to false to install without resetting IIS. Note: Agent can monitor the applications only after running the iisreset.
Note: Perform some transactions to start monitoring.
Related Articles
How to install .NET agent with Chocolatey ?
Chocolatey is a package manager for Windows (like apt-get or yum, but for Windows). It is built on the NuGet infrastructure and uses PowerShell for delivering packages from the distros to target machines directly. You can now install and manage ...
APM Insight .NET agent bulk installation using ManageEngine Endpoint Central
You can install the APM Insight .NET agent on multiple machines at once by following the steps given below: Download the APM Insight .NET agent from the Site24x7 account. Log in to the ManageEngine Endpoint Central portal and click the Software ...
How to manually install the AppLogs agent
The AppLogs agent is used to automatically discover and upload your server and application logs to Site24x7. Site24x7's AppLogs agent works with an existing Site24x7 server monitoring agent and comes with AppLogs installed. You can also manually ...
Install the Net-SNMP package in Windows for SNMP-based plugins (iDRAC and HP iLO)
Installing the Net-SNMP package is an essential prerequisite for configuring SNMP-based plugins like Dell iDRAC and HP iLO. Follow the steps below to install the Net-SNMP package, set the path of Net-SNMP, and test SNMP walk. Download and install the ...
How to enable or disable application filters in the .NET Core agent?
The APM Insight .NET Core agent is designed to monitor IIS-hosted applications based on the list entered in the appfilter.config file in the agent's installation location. Irrespective of the filter, we can monitor all .NET Core applications hosted ...