Skip to content

Releases: greatcare/pm2-zabbix

Error handling bugfix

20 Jul 07:23
Compare
Choose a tag to compare

Fixes:

  • Fixed a bug in error handling triggered when sending process state fails (PM2ZabbixMonitor#processUpdateSendingError).

Usability fix

18 Jul 21:33
Compare
Choose a tag to compare

New features

  • Launching the monitor script (pm2-zabbix) without --monitor or --discover now prints a warning message and exits.
  • Bonus feature: able to use pm2-zabbix with no options and increased LOG_LEVEL for one-off manual pm2 connectivity checks.

Logging overhaul

18 Jul 21:31
Compare
Choose a tag to compare

New features

  • Logging has been rewritten so that it now uses a JSON / line-by-line format thanks to bunyan.
  • The tool has been migrated to a zabbix-sender fork so that the same logging format can be used for tracing sender binary execution attempts.