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.
- 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.
- Major overhaul to modern JS syntax, Node 6+ supported.
- Utilize StatsD global logger, improved logging.
zabbixHost
now has a default oflocalhost
.zabbixPort
now has a default of10051
.
- Dependency on
zabbix_sender
binary has been removed (contributed by steevhise).