Werk #22197: agent_mobileiron: don't crash when password store file is missing
| Component | Checks & agents | ||||
| Title | agent_mobileiron: don't crash when password store file is missing | ||||
| Date | Sep 2, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
When the MobileIron special agent started and the Checkmk password store file was
missing (e.g. due to a race condition during startup), the agent crashed with a
FileNotFoundError instead of reporting the problem cleanly. The agent now
reports a PasswordStoreError with the path of the missing file, which appears
in the service output and helps diagnose the configuration issue.