Closed lionking62 closed 1 year ago
What exactly do you mean?
After upgrading to 2.3.0 and baking agents and updating agents, there is no yum plugin under /usr/lib/check_mk_agent/plugins/14400
the same on my environment...
while omd update to version p9 this message generatet:
ERROR: Failed to transform rule: (Ruleset: static_checks:yum, Folder: , Rule: 0, Value: ('yum', None, None): Dictionary.transform_value() got a non-dict: None
What Checkmk version do you use?
I use enterprise 2.0p9
i the same...
the same on my environment... while omd update to version p9 this message generatet: ERROR: Failed to transform rule: (Ruleset: static_checks:yum, Folder: , Rule: 0, Value: ('yum', None, None): Dictionary.transform_value() got a non-dict: None
From which version of Checkmk and yum plugin did you upgrade?
Could you debug the function _transform_wato_rulesets_params()
in lib/python3/cmk/update_config.py
which seem to raise that error?
Looks like https://github.com/HenriWahl/checkmk-agent-plugin-yum/blob/master/lib/check_mk/base/cee/plugins/bakery/yum.py works differently now?
At least I can confirm that the yum
snippet is missing in the baked agent.
@schoekek are you able to find any difference between the 1.6 and 2.0 bakery?
@HenriWahl pls make this:
mv local/lib/python3/cmk/check_mk/base/cee/plugins/bakery/yum.py local/lib/python3/cmk/base/cee/plugins/bakery/
after this change, the agent plugin is in Agent package...
@schoekek any idea how?
just move the file, I went after that ..
Please check latest release v2.3.1 https://github.com/HenriWahl/checkmk-agent-plugin-yum/releases/tag/v2.3.1
Any results? Does it work now?
Nothing new...
After upgrading yum mkp to 2.3.0 and baking agents, the yum plugin are not there anymore.