Skip to content

Releases: zaben903/puppet-checkmk

v0.2.1

21 Oct 05:54
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Bugfixes

  • Fixes and occasional issue where passwords were attempting to be set before the site is created.

v0.2.0

20 Oct 12:14
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features

  • Add ability to set cmkadmin and automation admin account passwords. It is now a requirement for cmkadmin_user_password to be set when mode => 'server' is used.
  • Add ability to only require version to be defined, a common URL will be used, but if download_url is given, this will be used instead.

Bugfixes

  • Raise Puppet::Error instead of function_fail to correctly alert in the Puppet.

Known Issues

  • --trust-cert option is being used during the CheckMK registration process, this isn't an issue where the CheckMK server is using HTTPS as this is skipped (werk #14715).
    This can be a potential security issue if the CheckMK server is only configured for HTTP connections.

v0.1.0

20 Oct 00:28
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial Release. Currently handles:

  • Only supports Debian based systems.
  • Basic installation of Server from CheckMK public repositories.
  • Basic installation of Agent from CheckMK Server API.