Skip to content

Latest commit

 

History

History
133 lines (87 loc) · 4.22 KB

CHANGES.rst

File metadata and controls

133 lines (87 loc) · 4.22 KB

Changelog

debops-contrib.checkmk_agent

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is ganto_.

Added

Changed

  • Raise HTTP timeout for discovery and activation WebAPI calls to 120s to avoid timeout issues on large hosts with many service checks. [ganto_]
  • If possible run WebAPI invocation for automated agent registration and host attribute updates on the Check_MK server to avoid possible firewall issues. [ganto_]
  • Rename checkmk_agent__hostname to :envvar:`checkmk_agent__fqdn`. You might need to update your inventory. [ypid_]
  • Rename checkmk_agent__group_plugin_map to :envvar:`checkmk_agent__facts_plugin_map`. You might need to update your inventory. [ypid_]
  • Increase Ansible min version to 2.1.5. Everything below is deprecated anyway and has vulnerabilities so you don’t want to use that anymore. [ypid_]

Removed

  • Remove the debops_checkmk_agent Ansible inventory group. Make sure your hosts are in debops_service_checkmk_agent. [ypid_]

Fixed

  • Correctly use Ansible changed and skipped task filters. [ganto_]
  • Let xinetd bind on AF_INET6 to ensure IPv6 reachability of the agent. [ypid_]
  • Fix TCP Wrappers support for xinetd. [ypid_]
  • Ensure the :file:`/etc/check_mk` directory is present before running dependency roles. Fixes MariaDB credentials configuration. [ypid_]

Security

Added

  • role::checkmk_agent:plugins:get Ansible tag for cloning/pulling related tasks. [ypid_]

Changed

Fixed

Security

  • Change git clone URL used to install additional plugins from http:// to https://git.mathias-kettner.de/check_mk.git to mitigate potential MITM attacks against the unauthenticated http:// connection. That, together with using the latest git master branch by default could result in malicious code being executed on systems where the agent is installed. :command:`git pull` will use the new URL from now on. Note that "GnuTLS recv error[s]" have been observed which might have to be fixed elsewhere. "GnuTLS recv error (-9): A TLS packet with unexpected length was received" [ypid_]

debops-contrib.checkmk_agent v0.1.0 - 2016-11-07

Added