An open API service indexing awesome lists of open source software.

https://github.com/maxdome/mxd-appdynamics

Loads the AppDyanmics Node.js Agent if a profile is configured
https://github.com/maxdome/mxd-appdynamics

Last synced: about 1 year ago
JSON representation

Loads the AppDyanmics Node.js Agent if a profile is configured

Awesome Lists containing this project

README

          

# example

```
require('mxd-appdynamics')(config);
```

# config

Available attributes for the profile, see: https://docs.appdynamics.com/display/PRO39/Install+the+Node.js+Agent

## environment variables

If environment variables are set, the config object will be ignored!

* MXD_APPDYNAMICS_ACTIVE: enable/disable Node.js Agent
* MXD_APPDYNAMICS_PROFILE: JSON encoded profile configuration

## config object

```
{
"appdynamics": {
"active": true,
"profile": {}
}
}
```