Hi all
Hope all is well wherever you are.
I know these are old versions and we are aware of the implications of not running the latest OS’s and CheckMK, but we have some constraints that we cannot work around in the industry we are in. We are currently running CheckMK version 2.0.0p31 and looking to upgrade some old clients from 1.6.0p10. some are Windows 2008 and some are Windows 2008R2
Having looked in Werks and on the forum, the implication is that the install should work, if the Legacy Python install is configured in a rule. We have tried this but still receive the error:
Agent update failed: OS it too old. Please, check the agent rule "Python environment" and set it to "Deploy Legacy environment"
Whilst we know 2008 is unsupported in the later versions of CheckMK, everything we have read seems to suggest it should work…
2.2.0 notification that 2008 is not supported now (implying it WAS previously)
“2.6. The Windows agent
In Checkmk 2.2.0, the Windows agent no longer supports Windows 6.0 (Vista and Server 2008 R1). However, on affected systems, the agent from 2.1.0 can still be used.”
It looks like something has gone a bit weird with the MSI as opening it up in 7Zip shows version 3.8 of python in there. Is there anything specific we should be looking for?
andy
EDIT:
For some additinoal info, we have tried doing an agent bakery cleardown by removing all the files in /omd/sites/uk_im/var/check_mk/agents/ and rebaking all the agents. This resulted in the same file size with the same hash, and the same python3.8.zip included in the MSI file. The HASH.conf file in the /omd/sites/uk_im/var/check_mk/agents/windows_msi/_PACKAGES folder also looks correct so is this a bug or have we missed something?
{'agent_encryption': False,
'agent_paths': {'bin': '/usr/bin',
'config': '/etc/check_mk',
'lib': '/usr/lib/check_mk_agent',
'var': '/var/lib/check_mk_agent'},
'agent_port': 6556,
'check_mk_version': '2.0.0p31',
'checkmk_agent_package': True,
'cmc_real_time_checks': None,
'file_hashes': {},
'install_python': {'installation': 'install',
'python_env': '3.4',
'usage': 'auto'},
'is_ipv6_primary': False,
'package_name': 'check-mk-agent',
'super_server': 'xinetd'}


