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 sshambar
Monitors CyberPower ATS/PDU models, specifically those models that present the sysObjectID OID starting with .1.3.6.1.4.1.3808.1.1.{5,6}. Monitors (W - may warn, C - may crit): - **devices**: model, serial#, firmware - **outlets**: state(C), [ metered: amps, watts(W/C) ] - [ ATS: **sources**: selected, redundancy(C), in-sync(W) ] - **inputs**: volts(W)/freq(W) - **phases**: amps(W/C), watts - **environ**: temp(C)/humidity(% RH) Tested against models: PDU44002, PDU44001, ENVIROSENSOR, RMCARD205 (fw 1.6+ recommended). Untested on non-ATS/metered models (best effort based on MIB, feedback warmly welcomed!) All limits are pulled from device configuration. Values that change infrequently (eg firmware) are cached (updated on periodic discovery checks)
by 7meis
Fortigate CheckMK Special Agent Extension for monitoring firewalls, switches, and access points Package version 2.5.0 and newer is for CheckMK version 2.5.0px Package version 2.4.0 and newer is for CheckMK version 2.4.0px
by mape2k
This agent plugin checks datastores, task summary (of the last day) as well as prune, sync and verify jobs from Proxmox Backup server.
by realarna
VMware vSphere Quick Setup & Dashboards - A Checkmk Extension Package (MKP) that adds a guided VMware vSphere Quick Setup and dedicated dashboards for vCenter, ESXi hosts, and virtual machines. The extension uses Checkmk's built-in VMware ESX via vSphere special agent (agent_vsphere). It does not ship or replace the VMware collector itself.
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.