How to enable or disable cloud detection in standalone Applications using .NET/.NET Core agent?
Note: This option is supported from APM Insight .NET/.NET Core agent version 6.5.1 onwards. Below are the steps to enable or disable cloud detection in standalone environments:
1. Open the apminsight.conf file in a text editor, which is located in the following directory:
For .NET:
C:\ProgramData\DotNetAgent
AgentDestinationPath>\DotNetCoreAgent\DotNetAgent path
2. Add the key value shown below in a new line:
To enable: ignore.cloud.detection=true
To disable: ignore.cloud.detection=false
The default value is true.
3. Save the apminsight.conf file and perform an IISRESET or recycle the applications pools.
New to ADSelfService Plus?
Related Articles
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 ...
To monitor Self Contained .NET Core applications using .NET Core Agent Loader API
By default, when you install an APM Insight .NET Core agent, the agent will be loaded along with the .NET dependencies configurations. But in the case of self-contained applications, this is not possible. In these cases, you can install the .NET Core ...
While trying to monitor servers, I get a "No data Available" error for CPU Core Utilization.
The data for CPU Core utilization may not be shown due to problem in executing and getting the output of CPU command on the server. For different modes of monitoring (WMI/Telnet/SSH/SNMP) we use different methods to collect data. Find the steps below ...
How to generate the .NET Core agent diagnostics zip file?
To learn how to generate the .NET Core agent diagnostics zip file, click here.
How to enable or disable error tracking in the PHP agent?
To enable error tracking, set the zpa.track_errors directive to 1 in the zpa.ini (Linux) or php.ini (Windows) file. Similarly, to disable, set it to 0. To enable error tracking: zpa.track_errors = 1 To disable error tracking: zpa.track_errors = 0 To ...