Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: dcb0bb2fd0081fa2000412735129761828306a87
https://github.com/tribe29/checkmk/commit/dcb0bb2fd0081fa200041273512976182…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
A .werks/7279
Log Message:
-----------
WK7279: Snapshot generation: Improved performance by using more cpus for the config computation
Change-Id: Ic7f67f132f1aad2fef3cf5cda5ba2f48d6120719
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ee334a93f825d793e3c9f77dbdd80eb292abc602
https://github.com/tribe29/checkmk/commit/ee334a93f825d793e3c9f77dbdd80eb29…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M checks/ucs_bladecenter_faultinst
M checks/ucs_bladecenter_if
M checks/ucs_bladecenter_psu
M checks/ucs_c_rack_server_health
M checks/ups_eaton_enviroment
Log Message:
-----------
Check plugins: Move iter*, map for Python 3 (u)
Change-Id: Id81f76b3c09f676c64744c87a265a35e288d8e64
Commit: 61c571687a75a6586a132c66760071ba8ce3199f
https://github.com/tribe29/checkmk/commit/61c571687a75a6586a132c66760071ba8…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M checks/zfs_arc_cache
M checks/zfsget
M checks/zpool
M checks/zpool_status
Log Message:
-----------
Check plugins: Move iter*, map for Python 3 (z)
Change-Id: Iedc264a7db64c07bbd54b4ce579f4cff78467e7f
Commit: 6a3a73f5f4d876d2d613fa39cc1681d5c502523a
https://github.com/tribe29/checkmk/commit/6a3a73f5f4d876d2d613fa39cc1681d5c…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M checks/mcdata_fcport
M checks/md
M checks/mem
M checks/mknotifyd
M checks/msexch_database
M checks/mssql.include
M checks/mssql_backup
M checks/mssql_blocked_sessions
M checks/mssql_counters
M checks/mssql_instance
M checks/mysql
M checks/mysql_capacity
Log Message:
-----------
Check plugins: Move iter*, map for Python 3 (m)
Change-Id: I935ccf2d479cb6b1e8f74f0a15da41df3c0f7e73
Commit: 2e89564a7dbcd47e522cbf18b34470bf6ead9e6b
https://github.com/tribe29/checkmk/commit/2e89564a7dbcd47e522cbf18b34470bf6…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M checks/k8s_ingress_infos
M checks/k8s_pod_container
M checks/k8s_stats
Log Message:
-----------
Check plugins: Move iter*, map for Python 3 (k)
Change-Id: Ibaa9b22f32f5531dd22d34868c43c71cec60d8d2
Commit: 9dd94a8ef77670fb8e7f5dec598671f24f49b81e
https://github.com/tribe29/checkmk/commit/9dd94a8ef77670fb8e7f5dec598671f24…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M tests/testlib/pylint_checker_cmk_module_layers.py
Log Message:
-----------
Make layer violation checker work with future find-python-files
Change-Id: I61d1ce44273b9e05e7da2f338d313dd232f252b8
Compare: https://github.com/tribe29/checkmk/compare/b6218ebba79d...9dd94a8ef776
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e63c7ad1078af13a3aeb4ddf152e6e8ae25c6233
https://github.com/tribe29/checkmk/commit/e63c7ad1078af13a3aeb4ddf152e6e8ae…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M cmk/base/crash_reporting.py
M cmk/gui/crash_reporting.py
M cmk/gui/plugins/views/crash_reporting.py
M cmk/gui/plugins/views/icons/builtin.py
M cmk/utils/crash_reporting.py
M tests/unit/cmk/gui/test_gui_crash_reporting.py
M web/htdocs/js/modules/crash_reporting.js
Log Message:
-----------
Fix various crash reporting issues
* The check crash reporting icon was not correctly linking to the
related crash report detail page
* Encoding of agent_output and snmp_info data was not correctly
handled. These files need to be treated as byte strings.
* These extra files are now treated as optional attributes.
Change-Id: Idd7020438b197bcedc08d3da8ffd4e3686624ab2
Commit: b6218ebba79d49480e59027a209d26fc98bfe377
https://github.com/tribe29/checkmk/commit/b6218ebba79d49480e59027a209d26fc9…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M omd/packages/apache-omd/skel/etc/apache/conf.d/security.conf
Log Message:
-----------
Setting CSP header in expected format
Previous releases used the "," separator to concatenate the different
parts of the content security policy header. This was done using the
apache mod_headers "append" header mechanism. The main reason to do so
was that this is more readable in the apache configuration than setting
a header with a single long value.
Sadly this "," separator is not used as separator of the CSP header
which makes browsers misunderstand the configuration.
We now set a single header with ";" as separator which makes the
browsers understand the policy as intended.
Change-Id: Ide0207908c4f84d8decf0bc4e0a91a030d80b3bf
Compare: https://github.com/tribe29/checkmk/compare/6dacf395b997...b6218ebba79d
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: be02dc40e02b541c0540ccf14f91f76d48b77cc3
https://github.com/tribe29/checkmk/commit/be02dc40e02b541c0540ccf14f91f76d4…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M omd/packages/apache-omd/skel/etc/apache/conf.d/security.conf
Log Message:
-----------
Setting CSP header in expected format
Previous releases used the "," separator to concatenate the different
parts of the content security policy header. This was done using the
apache mod_headers "append" header mechanism. The main reason to do so
was that this is more readable in the apache configuration than setting
a header with a single long value.
Sadly this "," separator is not used as separator of the CSP header
which makes browsers misunderstand the configuration.
We now set a single header with ";" as separator which makes the
browsers understand the policy as intended.
Change-Id: Ide0207908c4f84d8decf0bc4e0a91a030d80b3bf
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 6dacf395b997e3a5f2f542a3011073bb870182a7
https://github.com/tribe29/checkmk/commit/6dacf395b997e3a5f2f542a3011073bb8…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M agents/modules/windows/exec_cmd.bat
M agents/modules/windows/install_python.cmd
M agents/modules/windows/uninstall_python.cmd
Log Message:
-----------
Attempt 666 to force windows use admin rights in admin account and wait for process
Change-Id: I0b0667badec72734fd9364c7f8cadb9a0cd99a9a