1.1.2 • Published 3 years ago

zabbix.js v1.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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

1.1.2

3 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.10.0

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago