Werk #22107: product_usage: Cron job should not write to STDOUT
| Component | Reporting & availability | ||||
| Title | product_usage: Cron job should not write to STDOUT | ||||
| Date | Aug 28, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The cmk-product-usage command is executed as a cron job. It wrote the collected usage data to STDOUT, which caused cron to send an email for every job.
With this change, the command no longer writes to STDOUT. Hence, administrator do not get spamed with mere informational emails.