Giter Site home page Giter Site logo

node-zabbix-sender's Introduction

zabbix-sender

A zabbix_sender wrapper.

Install

npm install zabbix-sender

Usage

var ZabbixSender = require('zabbix-sender');
var sender       = new ZabbixSender();

sender.send({
  'valueA': 1,
  'nested': {
    'valueB': 2,
  }
}, function(err) {
  if (err) throw err;

  console.log('Wrote keys to zabbix');
});

Nested properties

Nested properties are represented as flat strings. The join Character can be defined via the "joinString" option.

Configuration options

The ZabbixSender constructor takes an object which has the following defaults:

  • config: The configuration file to use. Default: /etc/zabbix/zabbix_agentd.conf
  • bin: The path to the zabbix_sender program. Default: /usr/bin/zabbix_sender
  • hostname: The hostname to report to zebbix. Default: - (zabbix default)
  • server: The zabbix server (IP or hostname) to use. Default: (zabbix default)
  • port: The zabbix server port to use. Default: (zabbix default)
  • debug: If set to true, the binary will not be called. Default : false
  • logger: A bunyan-compatible logger object. Default: (a logger which discards all output).
  • joinString: String for concatenating nested object properties. Default: .

License

zappix-sender is licensed under the MIT license.

node-zabbix-sender's People

Contributors

hx-markterry avatar felixge avatar pascalpflaum avatar danjenkins avatar rkaw92 avatar dickp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.