Werk #17886: Support Diagnostics: Fix CLI options
Component | Setup | ||||||
Title | Support Diagnostics: Fix CLI options | ||||||
Date | Aug 26, 2025 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
The command line interface of the support diagnostics provide a way to collect diagnostics data from the command line. However, before this werk, the options
--performance-graphs
--checkmk-overview
led to a crash.
This werk fixes that issue by adding an additional parameter H
to these:
--performance-graphs H
--checkmk-overview H
The parameter H
is the name of the Checkmk server in Checkmk itself.
This werk also introduces the parameter --checkmk-crashes
, that
packs the latest crash reports.