mirror of
https://github.com/Checkmk/grafana-checkmk-datasource.git
synced 2026-06-18 15:07:31 +02:00
CheckMK data source for Grafana
- TypeScript 81.1%
- Python 14%
- JavaScript 2.7%
- Shell 1.2%
- Dockerfile 1%
|
|
||
|---|---|---|
| .config | ||
| .github | ||
| src | ||
| tests | ||
| utils | ||
| .cprc.json | ||
| .dockerignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc.js | ||
| CHANGELOG.md | ||
| DEVELOPMENT.md | ||
| docker-compose.yaml | ||
| eslint.config.mjs | ||
| jest-setup.js | ||
| jest.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| README.md | ||
| tsconfig.json | ||
| tsfmt.json | ||
| webpack.config.ts | ||
Checkmk data source
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.
