Command line installation | .NET Agent

Install .NET agent via command line

Follow the instructions given below to install APM Insight .NET agent via command line:

  1. Login to your Site24x7 account > APM > APM Insight
  2. Click on .NET tab and download APM Insight .NET agent (apminsight-dotnetagent.msi)
  3. 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

Command line arguments:
    • 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

    • Accessing products via Site24x7

      You can seamlessly access ManageEngine CloudSpend and Site24x7’s sub-products, like Digital Risk Analyzer, StatusIQ, and Toolset, from within your Site24x7 web client. The product switcher , available at the top-right corner of the interface, lets ...
    • How do I monitor an Oracle database hosted in a Docker container in the same machine?

      To monitor your Oracle Database hosted in a Docker container, follow these steps: Log in to Site24x7 and install the Site24x7 Linux monitoring agent. Execute the following command in your terminal and enter your Oracle Database instance's username ...
    • How to configure the NGINX status page for monitoring NGINX performance

      The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Troubleshoot the Error 404 and Error 99 for RabbitMQ

      When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...