Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@knightjoel knightjoel released this 27 Dec 21:29
· 7 commits to master since this release
  • Upgrade third-party modules in response to security issues
  • Improved the output of "show status" when Zpark is talking to Zabbix 3.4+.
    Stats better reflect what's shown in the Zabbix dashboard now. Note that
    the count of disabled triggers doesn't match due to some behavioral
    differences between the data returned by the Zabbix API vs the Zabbix
    client/server protocol. There's not much that Zpark can do about that.
  • New setting ZABBIX_TLS_CERT_VERIFY. Set this to False if your Zabbix
    installation uses a self-signed certificate. Defaults to True.
  • In order to aid troubleshooting, Zpark will emit a log entry when it
    receives a command from a Spark user that isn't on the trusted users list.
    This message is emitted at log level DEBUG which can be configured by
    modifying the API_LOG_HANDLER setting.
API_LOG_HANDLER = {
        'class': 'logging.handlers.SysLogHandler',
        'address': '/dev/log',
        'facility': 'local6',
        'level': 'DEBUG'
}

You shouldn't have logging set to DEBUG unless you're troubleshooting. It
creates an opportunity for someone to fill your log file with their arbitrary
commands.

Install and upgrade guides at https://knightjoel.github.io/zpark/