Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #18899: Fix missing environment variables for special agents and active checks

Component Site management
Title Fix missing environment variables for special agents and active checks
Date Apr 9, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.5.0b4
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

This fixes an issue only affecting users of the Checkmk 2.5 beta.

As of Checkmk version 2.5, all special agents and active checks require the following environment variables to be set.

PASSWORD_STORE_SECRET_FILE="${OMD_ROOT}/etc/password_store.secret"
SERVER_SIDE_PROGRAM_STORAGE_PATH="${OMD_ROOT}/var/check_mk/server_side_program_storage"
SERVER_SIDE_PROGRAM_CRASHES_PATH="${OMD_ROOT}/var/check_mk/crashes"

Previously, the execution of a special agent or an active check could result in the following error:

Environment variable PASSWORD_STORE_SECRET_FILE is not set

This has been fixed.

To the list of all Werks