Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 812 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 812 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.9.0] - 2017-12-04

Added

  • New option zabbixSendTimestamps to send timestamp with data. By default, Zabbix will use the current timestamp.
  • New option zabbixTargetHostname to specify the Zabbix Host to receive all stats.

Changed

  • Major overhaul to modern JS syntax, Node 6+ supported.
  • Utilize StatsD global logger, improved logging.
  • zabbixHost now has a default of localhost.
  • zabbixPort now has a default of 10051.

Removed

  • Dependency on zabbix_sender binary has been removed (contributed by steevhise).