Werk #6046: Improved execution time of e.g. service discovery
Component | Core & setup | ||||
Title | Improved execution time of e.g. service discovery | ||||
Date | Apr 29, 2018 | ||||
Level | Trivial Change | ||||
Class | New Feature | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
The overall execution time of the service discovery has been reduced by introducing some precompiling of the check plugins and their includes before loading them. The mechanism is similar to the compilation of python modules from (.py to .pyc files). This mechanism reduces the load time of the plugins by 50%.