Releases: Checkmk/grafana-checkmk-datasource
Releases · Checkmk/grafana-checkmk-datasource
v3.1.0
3.1.0
- added support for query variables
- better error message for missing mandatory fields
Release v3.1.0-beta.1
3.1.0-beta.1
- added support for query variables
- better error message for missing mandatory fields
Release v3.0.1
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.
- The signed plugin "Checkmk data source for Checkmk Cloud Edition" will
- Adapted the build process of the plugin to use
@grafana/create-plugin
- "tribe29 GmbH" is now "Checkmk GmbH"
Release v3.0.1-alpha.1
Test if new release pipeline is working.
Release v3.0.0
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
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
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
2.0.3
- Provide better error message on wrong authentication.
Release v2.0.2
2.0.2
- Removed
/dist
folder from git repository. That means that it's no longer
possible to install this Grafana plugin bygit clone
. If you usegit 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
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