ID: 8535
Title: cmk-update-agent: Fixed not using configured CA certificates]
Component: agents
Level: 1
Class: Bug fix
Version: 1.4.0i1
cmk-update-agent could fail when using HTTPs with configured CA certificates.
The error message was:
Exception: Cannot fetch deployment URL via curl: Peer certificate cannot be authenticated with known CA certificates
This was caused by missing links in /var/lib/check_mk_agent/cas which can be
created with "c_hash /var/lib/check_mk_agent/cas".
ID: 8533
Title: Fixed possible mixup of check results resulted by a timeout in a check helper
Component: cmc
Level: 2
Class: Bug fix
Version: 1.4.0i1
When the check of a host resulted in a timeout, it could happen that the check
helper which handled the time out was left in an unintended state making the next
check timeout too early. This could result in the check helper / core communication
being mixed up. As result one host could get the check results of another reported
which mostly lead to an error message "ignoring check result for [host] / [service]: no such service".