Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e0a091b7d7a22ef8921e0a200abc6f212eb4aa4a
https://github.com/tribe29/checkmk/commit/e0a091b7d7a22ef8921e0a200abc6f212…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M tests/unit/cmk/utils/test_store.py
Log Message:
-----------
test_locking: Do not confuse the sys.modules namespace
Change-Id: Iea7799e58cbb031241dcf67a5e535006c288c9f4
Commit: 5aca2b95394c9c505a08cb9fc2e045b57e206e92
https://github.com/tribe29/checkmk/commit/5aca2b95394c9c505a08cb9fc2e045b57…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M cmk_base/ip_lookup.py
A tests/unit/cmk_base/test_ip_lookup.py
Log Message:
-----------
Add tests and extract IP cache loading code
Change-Id: I7f539cf6fb308ad4d659056e7e31b092c9c551b5
Commit: 35e35407f732314af7e3a65cf14455182976814c
https://github.com/tribe29/checkmk/commit/35e35407f732314af7e3a65cf14455182…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
A .werks/10377
M cmk/utils/store.py
M cmk_base/ip_lookup.py
Log Message:
-----------
10377 FIX Fix terminating "cmk --update-dns-cache" with CTRL+C
Previously the CTRL+C termination was not working during the whole execution
time of the call.
Change-Id: I845f6c2264e024d4d16dd04a5f4bc1d205d92af4
Compare: https://github.com/tribe29/checkmk/compare/7d8d4341a5e6...35e35407f732
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 64301ff5d0f9dd5f3cb29ecf1331afa980f4902d
https://github.com/tribe29/checkmk/commit/64301ff5d0f9dd5f3cb29ecf1331afa98…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M tests/unit/cmk/utils/test_store.py
Log Message:
-----------
test_locking: Do not confuse the sys.modules namespace
Change-Id: Iea7799e58cbb031241dcf67a5e535006c288c9f4
Commit: 9e5ad8bfad716851d2eb3ae25fd28d06bac19eff
https://github.com/tribe29/checkmk/commit/9e5ad8bfad716851d2eb3ae25fd28d06b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M cmk/utils/store.py
M cmk_base/ip_lookup.py
A tests/unit/cmk_base/test_ip_lookup.py
Log Message:
-----------
Add tests and extract IP cache loading code
Change-Id: I7f539cf6fb308ad4d659056e7e31b092c9c551b5
Commit: eecab5800abc2f9e0f0fe983ffce4dcdabb34be0
https://github.com/tribe29/checkmk/commit/eecab5800abc2f9e0f0fe983ffce4dcda…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
A .werks/10377
M cmk/utils/store.py
M cmk_base/ip_lookup.py
Log Message:
-----------
10377 FIX Fix terminating "cmk --update-dns-cache" with CTRL+C
Previously the CTRL+C termination was not working during the whole execution
time of the call.
Change-Id: I845f6c2264e024d4d16dd04a5f4bc1d205d92af4
Compare: https://github.com/tribe29/checkmk/compare/862acbac7e7d...eecab5800abc
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 81b50ce7568ff361a197fd4163ca8144adefe461
https://github.com/tribe29/checkmk/commit/81b50ce7568ff361a197fd4163ca8144a…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
A .werks/10427
Log Message:
-----------
10427 cmk-update-agent: Show info about non-existing host on registration
On agent registration, an information will now be displayed if the hostname
that just got registered is not known in the activated monitoring configuration.
Please note that the spelling of the registered host and the monitored host
must match exactly to enable automatic updates.
The displayed information should help to avoid errors and to clarify things.
CMK-1120
Change-Id: Iba89f1ee631852a3d24c007fdc36a980ee698a9b
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 76dfa85e988478fca19925cdea4d2ed45bb66368
https://github.com/tribe29/checkmk/commit/76dfa85e988478fca19925cdea4d2ed45…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
A .werks/10376
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
10376 FIX omd: Fix possible stopped system apache after removing a site
Fixed an unlikely error which could lead to a stopped system apache
process. This could happen when the system apache is reloaded / restarted
while a "omd rm" call is being executed.
This could happen because the site directory is removed while the sites
system apache hook (/omd/apache/[site].conf) still points to the sites
apache config file which does not exist anymore after removing the site
directory.
Change-Id: I39d97d2b0830e915bc9422e4da9e8bcb22d5061c