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 mbunkus
Unifi devices by querying controller API This is a fork of the "check-unifi-controller" project updated to the 2.3.0 API & compatible with 2.4.0. On top of those it adds a couple of fixes & adds more supported device types.
by SHER
Monitors per-disk SMART attributes on Synology NAS units via SNMP (SYNOLOGY-SMART-MIB), with configurable thresholds on the pre-failure counters. Includes the following checks: Per-disk SMART health: CRIT on any attribute with a status other than OK, except a resolved past failure, which stays OK by default and is always shown in the details. Pre-failure counters: reallocated, pending, offline uncorrectable, reported uncorrectable, and UDMA CRC, default WARN at 1 and CRIT at 10. Power-on hours, reported with a metric. One service per physical disk, named by drive bay including DX-series expansion enclosures, with device-path naming as a fallback. Version history: 1.1.0: resolved past failures no longer force CRIT, corrected drive bay naming on units with unordered tables or NVMe cache 1.0.1: author metadata update 1.0.0: initial release, per-disk SMART health, pre-failure counter thresholds with a dedicated ruleset, error counter and power-on hours metrics
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 DanielPaul
# ProLion Cryptospike 3.x and later Datasource Program/Special Agent for monitoring ProLion Cryptospike 3.x - Monitoring of service status (possible without login details) - Monitoring of number of blocked users - Monitoring of health status of storage server connection (*tested with NetApp Storage only*) - Monitoring of Cryptospike licence ## Version History: ### 1.2.1: - Bug fix: Check crashed when not all CS Server are assigned to SVM (Thanks to Github User @Martin-85 for contributing the fix) ### 1.2.0 - Bug fix: Blocked User Check crashes if no information about quarantined users and/or active users is available. - Warning message if one of the monitored nodes is not licensed (e.g. after a controller replacement) ### 1.1.0 - Support for Cryptospike 3.4.x and later - Blocked User Check also checks for quarantined users ### 1.0.0 - first release ## Configuration User Role CryptoSpike create a new role "Monitoring" with the following settings: - Cluster: Read - StorageUser: Read - Dashboard: View - Audited Users: View - Audited Users > Users: View - Audited Users > Users > Reports: View - Audited Users > Incidents: View - Landscape: View - Landscape > Storage Cluster: View - Landscape > Storage Cluster > Cluster > Details: View - Landscape > Storage Cluster > Server > Details: View - Landscape > Storage Cluster > Volume > Details: View - System: View - System > Status: View - Account Settings: View - Date and Time: View create an user and assign the role "Monitoring" In Checkmk configure the datasource program (Setup > Agents > Other Integrations > Applications > ProLion Cryptospike)
by DanielPaul
Pi-hole integration compatible with the REST API of Pi-hole 6.x The agent is based on the Pihole Special Agent from eFDe ## Version History: ### 2.0.6: - changed compatibility of extension to support Checkmk 2.5+ ### 2.0.5 (defect, removed): - changed compatibility of extension to support Checkmk 2.5 ### 2.0.4: - new check for Pi-hole component updates (core, ftl, ...) ### 2.0.3: - fixed issue: "Skip TLS certificate verification" now working correctly ### 2.0.2 - compatibility with Checkmk 2.3+ (incl. Checkmk 2.4)
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.