CheckMK data source for Grafana
  • TypeScript 81.1%
  • Python 14%
  • JavaScript 2.7%
  • Shell 1.2%
  • Dockerfile 1%
Find a file
Leonardo Petrora 7cf7e1d618 update github actions
Replace the send mail action for releases as it was no longer working
2026-06-08 15:17:21 +02:00
.config update dependencies, following DEVELOPMENT.md 2026-05-28 11:49:42 +02:00
.github update github actions 2026-06-08 15:17:21 +02:00
src fix deprecation warnings 2026-05-05 09:28:53 +02:00
tests tests: Pin Grafana test image 2026-04-15 12:47:05 +02:00
utils Remove signed plugin restrictions 2025-04-23 12:35:54 +02:00
.cprc.json update dependencies 2026-04-14 13:17:39 +02:00
.dockerignore Migration II 2024-09-09 11:26:44 +02:00
.eslintrc.cjs Introduce prettier-plugin-sort-imports 2023-01-11 09:17:21 +01:00
.gitignore Migration V 2024-09-09 11:26:44 +02:00
.nvmrc migrate to @grafana/create-plugin 2023-05-03 11:25:54 +02:00
.prettierignore Remove signed plugin restrictions 2025-04-23 12:35:54 +02:00
.prettierrc.js Migration VI 2024-09-09 11:26:44 +02:00
CHANGELOG.md Release v4.1.1 2026-06-08 14:32:04 +02:00
DEVELOPMENT.md Remove WebAPI support 2025-04-17 17:31:28 +02:00
docker-compose.yaml update dependencies 2026-04-14 13:17:39 +02:00
eslint.config.mjs update dependencies 2026-04-14 13:17:39 +02:00
jest-setup.js migrate to @grafana/create-plugin 2023-05-03 11:25:54 +02:00
jest.config.js Update dependencies II 2025-10-30 08:31:17 +01:00
LICENSE fix license placeholder 2025-01-23 08:27:29 +01:00
package-lock.json Release v4.1.1 2026-06-08 14:32:04 +02:00
package.json Release v4.1.1 2026-06-08 14:32:04 +02:00
playwright.config.ts grafana 12.0 removed usage of org_role in auth.anonymous 2025-10-22 08:34:22 +02:00
README.md update README.md 2026-01-19 15:33:38 +01:00
tsconfig.json migrate to @grafana/create-plugin 2023-05-03 11:25:54 +02:00
tsfmt.json Start testing 2021-09-13 15:15:32 +02:00
webpack.config.ts Remove signed plugin restrictions 2025-04-23 12:35:54 +02:00

Checkmk data source

Grafana 10.4 Grafana 11.6 Checkmk data source CI

Checkmk Grafana Data Source Plugin

Introduction

This data source plugin for Grafana allows to address Checkmk as source and to display individual metrics in Grafana.

Requirements

To make use of the plugin, you need to take care the correct versions are installed. You need to match both, the Grafana and the Checkmk version:

  • Grafana 10.4.18 or higher Current and previous major version of Grafana
  • Checkmk 2.3.0 or higher for the plugin available from Github or from Grafana marketplace

Installing the plug-in

The plug-in can be installed from the Grafana marketplace or by using the grafana-cli:

grafana-cli plugins install checkmk-cloud-datasource

Official documentation

For detailed information regarding the installation, configuration and usage, please consult the official Checkmk User Guide.

Further information

See CHANGELOG.md for information about updating from previous versions.

See DEVELOPMENT.md for information about how to test, build and release this software.

License

This project is using the Apache-2.0 license.