Werk #18554: Fix Oracle SQL check displaying long output in service summary
| Component | Checks & agents | ||||||
| Title | Fix Oracle SQL check displaying long output in service summary | ||||||
| Date | Mar 11, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, the Oracle SQL check displayed the first line of long(long:) output data (such as SQL query results) directly in the service summary line, making it visible in all service list views. The remaining lines appeared in the details view.
This has been fixed. All long output from Oracle SQL custom checks is now shown only in the service details view, keeping the service summary clean.