Skip to content

strongloop/strong-agent-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

strong-agent plugin for reporting to CA EPAgent via REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published