Extend your Checkmk monitoring with packages created by community members. Or create your own packages and share the here with the rest of the community.
by otAAAh
Monitor any JSON API in Checkmk without writing a line of code. Point it at a /health, /status, or metrics endpoint, pick the fields you care about, and get a Checkmk service for each โ thresholds, graphs, and alerts included. One rule. Any API. Done. # Generic JSON API ## What you get - ๐ฏ **Any endpoint, unmodified** โ Spring Boot, Kubernetes, vendor appliances, your own apps. No special response format required. - ๐งญ **Pick fields by path** โ `components.db.status`, `items[0].count`, done. - ๐ **Auto-discover arrays** โ `nodes[*].status` becomes one service per node, automatically. - ๐ **Thresholds & graphs in Checkmk** โ WARN/CRIT and metrics live in *your* rule, not upstream in the API. - ๐ **Secure by default** โ basic or bearer auth via the password store, TLS verification on. - ๐งฐ **Bonus field picker** โ paste your JSON in the bundled explorer, click what to monitor, copy the ready-made rule. ## In 30 seconds `GET /actuator/health` โ `{"status": "UP", "components": {"db": {"status": "UP"}}}` Tick `status` (expect `UP`) and `components.db.status` โ instant services `JSON Health` and `JSON Database`. That's the whole setup.
by BSC
# Oracle Cloud Infrastructure Special Agent **Monitor your whole Oracle Cloud tenancy in Checkmk - every region, every compartment, no agents inside OCI.** **Configured with a single Checkmk rule**. Enter your tenancy OCID and a read-only API user, run service discovery, and compute, storage, databases, load balancers, and cost appear as Checkmk services - appended to your existing hosts and databases where applicable, alongside everything else you monitor. OCI services monitored: ๐ฅ๏ธ **Compute & storage** - instances, block/boot volumes, volume groups, file + object storage. Backup age and cross-region replica health included. ๐๏ธ **Oracle databases** - Base DB Systems and Autonomous DB. ๐ฐ **Cost & usage** - spend by service, region, and compartment, beside your performance metrics. ๐ **Topology** - network + resource topology views; VCN/subnet inventory. ๐ฃ **OCI announcements** & region status as Checkmk services. โ๏ธ **Built for big tenancies** - per-region parallelism, paginated + retried API calls. Configure per service thresholds to alert on configuration drift and service performance. **Requirements**: all Checkmk editions (tested on 2.4 + 2.5) ยท `pip install oci` in the site env ยท read-only OCI API user - least-privilege IAM policy in the docs. GPL-2.0. Built and run in production by Burgess Systems Consulting (Checkmk Gold partner) for our own managed customers.
by philipplemke
Agent DB is a Checkmk special agent that enables direct monitoring of various database systems like (MSSQL, MySQL, Oracle, PostgreSQL) via network connections, without the need to deploy any Checkmk agent plugin on the database hosts. [Getting-started](https://github.com/automation-monitoring/agent_db/wiki/Getting-started)
by vossov
Monitors user-defined mathematical / computed sensors of Didactum monitoring systems via SNMP (DIDACTUM-SYSTEM-MIB).
by vossov
Monitors Didactum smoke sensors of the 3-in-1 CAN bus sensor (smoke/humidity/temperature) via SNMP, based on DIDACTUM-SYSTEM-MIB ctlCANSensorsDiscretsTable. Uses Agent-Based API v2.
by rsander
Agent Plugin to check SSL certificates in specified directories Now with support to check signature algorithm Windows Plugin added JSON data in agent data section Is now able to ignore certificates with a short lifetime
by simonmeggle
Robotmk integrates Robot Framework results into Checkmk.
by lgbff
This check monitors the status of ssl cert checks on ssllab.com. Changelog: - 3.2.0 no systemtime in agent output - 3.x version for cmk 2.2 - 2.1.0 change to python3 - 2.0.1 fix datasource_programm group definition - 2.0.0 insert cache for api response - 1.6.0 insert Agent status (line[3]) - 1.5.3 change default status - 1.5.2 Insert Agent Header infos - 1.5.1 cache default settings - 1.5.0 new data seperator (59) - 1.4.9 fix display JSON Error on check result. - 1.4.8 fix connect exeption - 1.4.7 add default value for timeout - 1.4.6 change timeout handling - 1.4.5 fix inventory issue while JSON issues - 1.4.4 change urlopen error handling - 1.4.3 Rename check file - 1.4.2 Fix check manpage - 1.4.1 delete modul calls from check - 1.4.0 changes for cmk version 1.4 - 1.3.1 improve error handling.