zabbix.js

1.1.2 • Public • Published

An es7 efficient TCP client for zabbix (abide to zabbix trapper protocol)

Build Status Coverage Status Version License Code style

API

var Zabbix = require('zabbix.js');
var sender = new Zabbix('somezabbixhost');

sender.sendv("somekey", 42); //await me if you want
sender.sendd({"somekey": 42}); //if you prefer





Credits

Package Sidebar

Install

npm i zabbix.js

Weekly Downloads

9

Version

1.1.2

License

MIT

Unpacked Size

5.91 kB

Total Files

6

Last publish

Collaborators

  • 131
  • frodon