UNPKG

winston-zabbix

Version:

Zabbix transport for Winston log utility.

27 lines (26 loc) 526 B
{ "name": "winston-zabbix", "version": "0.0.3", "description": "Zabbix transport for Winston log utility.", "main": "src/app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "winston", "zabbix", "zabbix-sender", "zabbix-trapper", "logging", "log", "alerts", "monitoring" ], "author": "Akashdeep Singh", "license": "MIT", "dependencies": { "node-zabbix-sender": "^1.0.8", "util": "^0.10.3", "winston": "^2.3.0" } }