1.0.0 • Published 9 years ago

strong-agent-ca v1.0.0

Weekly downloads
26
License
-
Repository
github
Last release
9 years ago

strong-agent-ca

strong-agent plugin that sends metrics to a CA EPAgent using its REST API.

Usage

Install as dependency of application:

$ npm install --save strong-agent-ca

Configure stronga-agent to use strong-agent-ca repoter:

var ca = require('strong-agent-ca')({ port: 8000 });
require(strong-agent).use(ca);

// your code here!

Copyright © 2014-2015 StrongLoop