Skip to content

Commit b117808

Browse files
committed
Release 2.0.2
1 parent 0df6fc1 commit b117808

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
[//]: # (The ci will use the first section starting with `##` as release notes.)
44

5-
## NEXT
5+
## 2.0.2
66

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

1219
[1]: https://docs.checkmk.com/2.1.0/en/grafana.html
1320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tribe-29-checkmk-datasource",
3-
"version": "2.0.0",
3+
"version": "2.0.2",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)