Werk #20046: checkengine: Full support for mutiple special agent calls
| Component | Core & setup | ||||||
| Title | checkengine: Full support for mutiple special agent calls | ||||||
| Date | Jul 30, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
If a plugin defines multiple special agent calls in its configuration, only the last one was executed.
With this change, each of these calls gets executed and cached independently. The order of definition is now regarded in the internal unique identifier.
This fixes the promise of werk 17200 to run all configured special agents.