Skip to content

Releases: Checkmk/grafana-checkmk-datasource

v3.1.0

15 Jun 19:29
Compare
Choose a tag to compare

3.1.0

  • added support for query variables
  • better error message for missing mandatory fields

Release v3.1.0-beta.1

13 Jun 10:43
Compare
Choose a tag to compare
Release v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1

  • added support for query variables
  • better error message for missing mandatory fields

Release v3.0.1

12 Jun 08:20
Compare
Choose a tag to compare

3.0.1

  • We now build and ship a signed version of this plugin:
    • The signed plugin "Checkmk data source for Checkmk Cloud Edition" will
      only talk to the Cloud Edition of checkmk
    • the plugin id is checkmk-cloud-datasource, so dashboards created with
      the unsigned data source (id=tribe-29-checkmk-datasource) needs to be
      recreated. We will try to provide a script to automatically transfer
      existing dashboards in the near future.
    • The unsigned plugin (id=tribe-29-checkmk-datasource) will continue to
      work and will still be maintained.
  • Adapted the build process of the plugin to use @grafana/create-plugin
  • "tribe29 GmbH" is now "Checkmk GmbH"

Release v3.0.1-alpha.1

11 May 16:20
Compare
Choose a tag to compare
Pre-release

Test if new release pipeline is working.

Release v3.0.0

06 Apr 11:52
Compare
Choose a tag to compare

3.0.0

Highlights

  • Add support for REST API endpoints of Checkmk 2.2.0
  • Many UI improvements:
    • Clearer layout for both the RAW and CEE Query Editor
    • RAW filters are now displayed vertically aligned
    • The filter type of existing filters can no longer be changed, they have
      to be removed, and another filter can be added.
    • Errors in the Query Editor Fields are more prominently featured in the
      inputs themselves
  • Graphs in Grafana now show the same color as in Checkmk

(Breaking) Changes

  • When using Checkmk < 2.2.0 you will have to choose the correct version in the
    data source settings, as this defaults to ">= 2.2"
  • Graph Types have been renamed, existing configuration is not affect by this.
    • "Template" Graphs are now called "Predefined Graphs"
    • "Metric" Graphs are now called "Single Metric"

Release v3.0.0-beta.2

27 Mar 11:40
Compare
Choose a tag to compare
Release v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2

When using Checkmk < 2.2.0 you will have to choose the correct version in the
data source settings.

  • Add support for REST API endpoints of Checkmk 2.2.0
  • Many UI-improvements
  • Graphs in Grafana now show the same colors as in Checkmk

Release v3.0.0-beta.1

24 Jan 09:35
Compare
Choose a tag to compare
Release v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1

When using Checkmk < 2.2.0 you will have to choose the correct version in the
data source settings.

  • Add support for REST API endpoints of Checkmk 2.2.0
  • Many UI-improvements
  • Graphs in Grafana now show the same colors as in Checkmk

Release v2.0.3

14 Nov 14:38
Compare
Choose a tag to compare

2.0.3

  • Provide better error message on wrong authentication.

Release v2.0.2

05 Oct 11:05
Compare
Choose a tag to compare

2.0.2

  • Removed /dist folder from git repository. That means that it's no longer
    possible to install this Grafana plugin by git clone. If you use git pull
    to update the plugin, you will have to change your deployment strategy of
    this plugin. Please refer to the official documentation
  • FIX: After changing a "Hostname Regex", the graph was not automatically
    updated, but Grafanas "Refresh dashboard" button on the upper right had
    to be clicked. Now the graph should update automatically. In order to
    limit the load on the checkmk server, the update is delayed by 500ms for
    text fields.
    This also affects: Hostname regex, Service Regex, Host is in Group,
    Service is in Group

2.0.1

08 Aug 12:15
Compare
Choose a tag to compare

Bug fixes:

  • 2.0.0 had a broken release process: Logo was missing
  • Change required Grafana version from 7.0.0 to 8.0.0