Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: f9580958d2b7e453aac4a984253d6cfff2885775
https://github.com/tribe29/checkmk/commit/f9580958d2b7e453aac4a984253d6cfff…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M cmk/fetchers/controller.py
Log Message:
-----------
Separate fetcher command parsing and execution a bit
Change-Id: I32e72b9ac176584b2670994e03cd3c2a8e014977
Commit: b42661cfbff2731f29d2f5a6769fefbb798ecdd5
https://github.com/tribe29/checkmk/commit/b42661cfbff2731f29d2f5a6769fefbb7…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M cmk/fetchers/controller.py
Log Message:
-----------
Centralize sending of "confirm" message to core
Once the helper is finished with a command, either in regular
mode or with an error, the helper should tell the core that
it is done with the command.
Instead of sending that response in several situations, we
now have a central point to send that response.
Change-Id: Ia38dbd40a19314b21d0270c84db91965f5ea0a95
Commit: b0e41074a3d8927827498979b108b8b25cbd80c3
https://github.com/tribe29/checkmk/commit/b0e41074a3d8927827498979b108b8b25…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M cmk/fetchers/controller.py
Log Message:
-----------
Add more debug logging to fetcher
Logging of this kind is necessary to better understand the process
using the log.
Change-Id: I84037448090ebd859a0377ebc572daf395e98c79
Compare:
https://github.com/tribe29/checkmk/compare/46c19c5e50a2...b0e41074a3d8