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.
Monitor Hitachi NAS (HNAS) systems via the NAS File Storage REST API (v8, TCP port 8444) using a special agent — no SNMP required. Monitored components: - Filesystems — space usage with configurable levels (default 80%/90%), thin provisioning state (enabled/valid, states configurable), mount status (unmounted filesystems are reported as WARN by default), read-only flag, snapshot space usage - Snapshots — per filesystem: number of snapshots, age of the oldest snapshot (detect forgotten snapshots consuming space) and time since the last snapshot (detect that snapshot creation has stopped working) - Storage pools (spans) — space usage with configurable levels, health state (CRIT if the pool reports unhealthy) - Virtual servers (EVS) — status mapping ONLINE/DISABLED/OFFLINE/NOT_CONFIGURED - Cluster nodes — node status, model, firmware version and uptime - System drives (LUNs) — drive status, degraded and access state Features: - Authentication via API key (X-Api-Key, recommended by Hitachi) or username/password — stored as Checkmk secrets - Full WATO configuration: special agent rule plus check parameter rulesets for filesystems, snapshots and storage pools - Metrics, graphs and perfometers for filesystem and storage pool usage, snapshot count and snapshot age - Service descriptions included for all checks Setup: Create an API key on the HNAS (apikey-create), then configure the rule Hitachi HNAS via REST API under Setup > Agents > Other integrations. Requires Checkmk 2.4.0 or later. Developed and tested against NAS File Storage REST API v8.
Consolidated SNMP checks for Palo Alto firewalls. This package replaces the earlier separate palo_alto_gp_tunnels and palo_alto_versions and adds the antivirus signature age check
by kleinski
**Rubrik REST API Special Agent** **IMPORTANT: Migration from CSM to RSC** The agent has been transitioned from the legacy CSM to the RSC GraphQL-only mode. Because of this architectural change, **existing rules must be recreated**. Will create piggyback data for nodes and includes the following Checks: Cluster sided: - Cluster - System Status - Compliance 24 Hours Node sided: - Disk - Node Hardware Health - Node Status Host label for cluster hosts -> rubrikDevice:cluster Host label for nodes -> rubrikDevice:node 0.1.0 initial version 0.2.0 Agent works 0.3.0 added some endpoints 0.3.1 some more endpoints added 0.4.0 Piggyback output 0.4.5 System Status Check added 0.5.0 Hardware health for partitions and FRUS added 0.6.0 Disk check added 0.6.1 Default values cleaned 0.7.0 Node and compliance report checks added 0.8.0 Normalized namings 0.9.0 Filesystem levels 0.9.2 Description updated 0.9.3 Import fixed 0.9.5 Typings added by mgo 0.9.6 Checkmk 2.2.0 compatibility 0.9.7 Hardware health parsing adjusted 0.9.8 Threshholds for snapshots added 0.9.9 Metrics for compliance report service added 1.0.0 Small patches 1.1.0 Consolidated agent endpoint requests 1.1.1 Node disk status parser fixed 1.1.2 Added checks man pages 1.2.0 Added service choices 1.2.1 Delete token in any case at the end 1.2.2 Catching if tokens are used 1.2.3 Error output into Agent output 1.3.0 FIX: Ignoring SSD life left output in node hardware status for now 1.4.0 Ported to Checkmk 2.4.0 1.4.1 added migration function for existing rulesets 1.4.2 Refactored code and cleaned up 1.4.3 Set minimum required version to 2.3.0b1 1.4.3-p1 Added graphing/rubrik.py for filesystem metric df_translation 1.5.0 Switched the Rubrik special agent to RSC GraphQL-only mode, added mandatory cluster selection by cluster name or UUID, added secure password-store secret resolution, ensured RSC session tokens are deleted after use, enabled SSL certificate verification by default with explicit opt-out support, fixed degraded disk mapping for raidStatus values NONE and OPTIMAL, improved Node Hardware Health policy details, and fixed singleton section parsing for duplicate piggyback sources. 1.5.1 Added Rubrik Bandwidth and Storage checks 1.5.2 Fixed the section list in the special agent rule
by mueller-dv
Checking last "save config" on Extreme XOS Switches Be aware that the timezone on the switch must be the same as on the switch.
by schau87
# Quantum Scalar i3 SNMP Monitoring Community MKP for monitoring **Quantum Scalar i3** tape libraries with Checkmk. This package adds native-style SNMP checks for devices using the Quantum Scalar i3 / i6 MIB branch: `1.3.6.1.4.1.3697.1.10.15` It is intended for Scalar i3 systems, not for the existing Checkmk `quantum_libsmall_*` checks, which are designed for Quantum Small Tape Libraries. ## What you get - Overall Scalar i3 health status - Library control, drive and media RAS health - Robotics and magazine state - I/E area state - Open RAS ticket count - Tape drive discovery, one service per physical drive - Logical library / partition discovery - Power supply discovery and power consumption - Temperature and humidity sensor monitoring - Capacity monitoring for storage slots, I/E slots, media and cleaning media - HW/SW inventory for Scalar i3 model, firmware, serial-numbers and components ## Created services The package can create services such as: - `Quantum Scalar i3 health` - `Quantum Scalar i3 I/E area` - `Quantum Scalar i3 RAS tickets` - `Quantum Scalar i3 capacity` - `Quantum Scalar i3 drive serial-number` - `Quantum Scalar i3 logical library name` - `Quantum Scalar i3 power supply location` - `Quantum Scalar i3 sensor name` The exact number of services depends on the hardware configuration and the data exposed by the device SNMP walk. ## Requirements - Checkmk 2.5 - SNMP access to the Quantum Scalar i3 - Device must expose the Quantum Scalar i3 MIB branch under `1.3.6.1.4.1.3697.1.10.15` ## Installation Install via mkp add / mkp enable, or Setup >> Extension packages.
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.