...
Problem
During the registration of the Check_MK Updater on Windows, you may face this issue:
Code Block |
---|
C:\Program Files (x86)\checkmk\service>check_mk_agent.exe updater -vvC:\Program Files (x86)\checkmk\service>check_mk_agent.exe updater -vv
You must install Python Module to use the updater with parameters '-vv'.
To install Python Module you should use Bakery. |
The problem is, that the python module was not successfully unzipped during the updater process:
Info |
---|
Image Added |
A possible workaround:
Code Block |
---|
Reinstall of the Python:
mkdir C:\ProgramData\checkmk\agent\modules\python-3.8 & expand C:\ProgramData\checkmk\agent\install\modules\python-3.8.zip -F:* C:\ProgramData\checkmk\agent\modules\python-3.8 && cd C:\ProgramData\checkmk\agent\modules\python-3.8 && call postinstall.cmd |
Solution
Asynchronous execution of Windows plugins
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ("agent_bakery","python","agent","windows_agent","windows","updater") and type = "page" and space = "KB" |
---|
labels | windows updater agent agent_bakery windows_agent python |
---|
|
...