Enable Netlib on the Network Agent (Optional)
netlib
parameter manually as described in the following steps.To enable Netlib on the network agent:
AppDynamics SaaS
list_alt
netlib
parameter manually as described in the following steps.To enable Netlib on the network agent:
<network_agent_home>/conf/agent_config.lua
enable_netlib
parameter:npm_config = {
log_destination = "file",
log_file = "agent.log",
debug_log_file = "agent-debug.log",
disable_filter = 1,
mode = "Advanced",
enable_netlib = 1,
lua_scripts_path = ROOT_DIR .. "/scripts/netagent/lua/",
}