Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 2455d781516542ef0f7b4bf6e13518bc32ae17df
https://github.com/tribe29/checkmk/commit/2455d781516542ef0f7b4bf6e13518bc3…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
M cmk/gui/plugins/wato/check_mk_configuration.py
Log Message:
-----------
FIX snmp agent: Modification of WATO Help text for timeout duration
Modification of the help description text for timeout duration option
in order to prevent the user from providing a too high value. In
combination with the number retries, this could potentially lead to a
stalling effect of the service.
Change-Id: Ia3cca96bd49288d6e1ecf57bff2a8555c6c88b09
Commit: dbeb35db90e1da8c28e02f0570769a0821aa10b8
https://github.com/tribe29/checkmk/commit/dbeb35db90e1da8c28e02f0570769a082…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
M web/htdocs/themes/facelift/scss/_dashboard.scss
M web/htdocs/themes/facelift/scss/_variables.scss
Log Message:
-----------
Dashboard: Nagios graph coloring for dark theme
Change-Id: I29b57447a55fd8ab722a7da64a57ec75a0d860b9
Commit: ec5ef82d631e847512498e7c0529943f7f2d90a4
https://github.com/tribe29/checkmk/commit/ec5ef82d631e847512498e7c0529943f7…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10237
M web/htdocs/js/modules/utils.js
M web/htdocs/js/modules/valuespecs.js
Log Message:
-----------
10237 FIX Fix host completion click selection (Regression since 1.6.0p1)
Change-Id: Icd699df5e6d9ae381dff8136908990f53ea046de
Commit: 5e93f9db33535c98cdb52c3226e0dbcfb1009b04
https://github.com/tribe29/checkmk/commit/5e93f9db33535c98cdb52c3226e0dbcfb…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
M .werks/10184
Log Message:
-----------
Updated werk
Change-Id: I26bfc09e2a02e17d9dc1f85b7d2e99060f60ed9b
Compare: https://github.com/tribe29/checkmk/compare/e86f14c08f90...5e93f9db3353
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9a8ac26bf6e77cc69b9776bcfacd3804e7804b8e
https://github.com/tribe29/checkmk/commit/9a8ac26bf6e77cc69b9776bcfacd3804e…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10236
Log Message:
-----------
10236 FIX mk_nfsiostat: Plugin could not be packed using the bakery
Change-Id: I1da5330664ae840057855ce93efd4c7475b4dfb9
Commit: dfe87e3978da23dc749567516f043b051d430622
https://github.com/tribe29/checkmk/commit/dfe87e3978da23dc749567516f043b051…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10182
M cmk/update_config.py
M tests/unit/cmk/test_update_config.py
Log Message:
-----------
10182 FIX Cleanup version specific cache files during version updates
In some cases it happened that some Checkmk version specific cache files,
e.g. in <tt>tmp/check_mk/check_includes</tt> or <tt>var/check_mk/precompiled_checks</tt>
were not updated after the update, making Checkmk use files of the previous
version after the update. The <tt>cmk-update-config</tt> command, which is
automatically executed by <tt>omd update</tt> during the version update, is
now cleaning up these caches automatically to ensure a clean start with the
new version.
CMK-2571
Change-Id: I610b5545dd0face75dcb3ed1ac2ef609c3877797
Commit: 6471159cd656da761b88e212b3cebcf5b890f9d7
https://github.com/tribe29/checkmk/commit/6471159cd656da761b88e212b3cebcf5b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10183
M cmk_base/packaging.py
Log Message:
-----------
10183 FIX MKPs: Set extraction time as mtime on files extracted from MKPs
CMK-2571
Change-Id: Ia2640f31dae2e994d96fe5d74abcbf5995024def
Commit: 20bed5c8af303ef0f0c08524480e03038cb131da
https://github.com/tribe29/checkmk/commit/20bed5c8af303ef0f0c08524480e03038…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10184
M agents/plugins/apache_status
M agents/plugins/mk_docker.py
M agents/plugins/mk_jolokia.py
M agents/plugins/mk_logwatch
M agents/plugins/mtr
M tests/unit/agents/plugins/test_mk_docker.py
Log Message:
-----------
10184 FIX mk_docker mk_logwatch mtr mk_jolokia apache_status: Fixed Python 2.5 syntax compatibility of agent plugins
The agent plugins need to be executed on older Linux systems which may
have very old Python versions available. For this reason we need to use
old Python 2 syntax here.
Python plugins that are incompatible to 2.5, for example because some
3rd party library is not available with 2.5, need to be syntax
compatible with 2.5 for the moment, but are allowed to terminate with a
helpful error message about this incompatibility.
Change-Id: I52249653c1046412a5de543d143673b884a8d637
Compare: https://github.com/tribe29/checkmk/compare/c64878c230e8...20bed5c8af30
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: aa3e54dac2eb0edf361c615aff358019de8c4646
https://github.com/tribe29/checkmk/commit/aa3e54dac2eb0edf361c615aff358019d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10236
Log Message:
-----------
10236 FIX mk_nfsiostat: Plugin could not be packed using the bakery
Change-Id: I1da5330664ae840057855ce93efd4c7475b4dfb9
Commit: 094ce236d5f7bc4a7ae94bb109e8351b800e4c13
https://github.com/tribe29/checkmk/commit/094ce236d5f7bc4a7ae94bb109e8351b8…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10182
M cmk/update_config.py
M tests/unit/cmk/test_update_config.py
Log Message:
-----------
10182 FIX Cleanup version specific cache files during version updates
In some cases it happened that some Checkmk version specific cache files,
e.g. in <tt>tmp/check_mk/check_includes</tt> or <tt>var/check_mk/precompiled_checks</tt>
were not updated after the update, making Checkmk use files of the previous
version after the update. The <tt>cmk-update-config</tt> command, which is
automatically executed by <tt>omd update</tt> during the version update, is
now cleaning up these caches automatically to ensure a clean start with the
new version.
CMK-2571
Change-Id: I610b5545dd0face75dcb3ed1ac2ef609c3877797
Commit: 56128ca42e4e82c874e931e82a0fcd90bd56be64
https://github.com/tribe29/checkmk/commit/56128ca42e4e82c874e931e82a0fcd90b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10183
M cmk_base/packaging.py
Log Message:
-----------
10183 FIX MKPs: Set extraction time as mtime on files extracted from MKPs
CMK-2571
Change-Id: Ia2640f31dae2e994d96fe5d74abcbf5995024def
Commit: e86f14c08f90710323aa5a76889afdec77ebea03
https://github.com/tribe29/checkmk/commit/e86f14c08f90710323aa5a76889afdec7…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-09-26 (Thu, 26 Sep 2019)
Changed paths:
A .werks/10184
M agents/plugins/apache_status
M agents/plugins/mk_docker.py
M agents/plugins/mk_jolokia.py
M agents/plugins/mk_logwatch
M agents/plugins/mtr
M tests/unit/agents/plugins/test_mk_docker.py
Log Message:
-----------
10184 FIX mk_docker mk_logwatch mtr mk_jolokia apache_status: Fixed Python 2.5 syntax compatibility of agent plugins
The agent plugins need to be executed on older Linux systems which may
have very old Python versions available. For this reason we need to use
old Python 2 syntax here.
Python plugins that are incompatible to 2.5, for example because some
3rd party library is not available with 2.5, need to be syntax
compatible with 2.5 for the moment, but are allowed to terminate with a
helpful error message about this incompatibility.
Change-Id: I52249653c1046412a5de543d143673b884a8d637
Compare: https://github.com/tribe29/checkmk/compare/2b4a68da99be...e86f14c08f90