idjem / zabbix.js

Zabbix sender (via zabbix trapper protocol)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Build Status Coverage Status Version License

API

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

sender.send({ "somekey": 42 }); //await me if you want

Credits

About

Zabbix sender (via zabbix trapper protocol)

License:MIT License


Languages

Language:JavaScript 100.0%