Closed alexraddas closed 4 years ago
@alexraddas The zabbix-promise project released a major version v2.0.0. The package is written to support JavaScript Promise and Async/await interfaces. Zabbix-promise implements Zabbix sender protocol in pure JavaScript code, and there are no other package dependencies, just the Node.js runtime.
Check it out, and it should resolve the issue.
When there is a failed item for zabbix_sender when used as a binary the output is presented when x number for processed and x number for failed items and exits with status 2. When using zabbix-promise it just fails with no stdout even if one of the items succeeds.
Binary Example:
zabbix-promise Example: