
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This plugin will pull data from PM2 and publish to New Relic as a plugin
Fork of https://github.com/kenahrens/newrelic-pm2-plugin. Allows plugin to be required as a node module and the poller triggered programatically.
npm install pm2plugin or yarn add pm2pluginif (process.env.NEW_RELIC_LICENSE_KEY) {
require('pm2plugin')(process.env.NEW_RELIC_LICENSE_KEY, true);
}
pm2plugin(license, debug, hostname, guid, version, url)| Param | Type | Default | Description |
|---|---|---|---|
| license | String | Required | New Relic License Key |
| [debug] | Boolean | false | Output debug info to the console? |
| [hostname] | String | os.hostname() | Component name to be shown in NR |
| [guid] | String | com.newrelic.pm2plugin | NR plugin Guid |
| [version] | String | version from package.json | The version of the plugin |
| [url] | String | https://platform-api.newrelic.com/platform/v1/metrics | The new relic url to post to |

FAQs
New Relic plugin to pull in data from PM2
The npm package pm2plugin receives a total of 0 weekly downloads. As such, pm2plugin popularity was classified as not popular.
We found that pm2plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.