New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

amon-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amon-client

nodejs amon client, suport for http and zermq transport

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

amon-client

nodejs amon client

How to Install

npm install amon-client

How to use

First, require amon-client:

var Amon = require('amon-client');

###use zeromq

var amon = new Amon({host:'127.0.0.1', port:5464, protocal: 'zeromq'});

amon.log('this is log transport by zeromq', 'debug');

###use http

var amon = new Amon({host:'127.0.0.1', port:2464, protocal: 'http', secret_key:'key in amon.conf'});

amon.log('this is log transport by http', 'debug');

Keywords

amon

FAQs

Package last updated on 28 Nov 2012

Did you know?

Socket

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.

Install

Related posts