Werk #12388: check_mk_agent.aix: Fix execution of cached plugins
| Component | Checks & agents | ||||
| Title | check_mk_agent.aix: Fix execution of cached plugins | ||||
| Date | Jun 25, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Plugins in the folder /usr/check_mk/lib/plugins/NUMBER are executed
asynchronously. Since Checkmk version 2.0.0b4 it was broken because in ksh,
dash or similar the following command in the run_cached function
sh -c "COMMAND-STRING"
expects executable commands/files but not inline functions.