Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: fc4dd63551ec6be98d3cbd470fad27810e427161
https://github.com/tribe29/checkmk/commit/fc4dd63551ec6be98d3cbd470fad27810…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M livestatus/src/TableStateHistory.cc
M livestatus/src/TableStateHistory.h
Log Message:
-----------
Make the query time span local, passing down needed info.
This change is part of a larger refactoring to get rid of the instance
variables, which are evil (see comment in header).
Change-Id: I6d8793705e74e572b89cc2f00d7983f14eca14e6
Commit: b80c31bc8a8c4dd38dae8a725caf8c5268d868c4
https://github.com/tribe29/checkmk/commit/b80c31bc8a8c4dd38dae8a725caf8c526…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M omd/Makefile
A omd/packages/mod_wsgi/.f12
A omd/packages/mod_wsgi/.gitignore
A omd/packages/mod_wsgi/mod_wsgi-4.7.0.tar.gz
A omd/packages/mod_wsgi/mod_wsgi.make
A omd/packages/mod_wsgi/patches/0001-wsgi_fixVersionCheck.dif
A omd/packages/mod_wsgi/skel/etc/apache/conf.d/01_wsgi.conf
M omd/packages/packages.make
R omd/packages/python3-mod_wsgi/.f12
R omd/packages/python3-mod_wsgi/.gitignore
R omd/packages/python3-mod_wsgi/mod_wsgi-4.7.0.tar.gz
R omd/packages/python3-mod_wsgi/patches/0001-wsgi_fixVersionCheck.dif
R omd/packages/python3-mod_wsgi/python3-mod_wsgi.make
R omd/packages/python3-mod_wsgi/skel/etc/apache/conf.d/01_wsgi.conf
Log Message:
-----------
python3-mod_wsgi: Rename to mod_wsgi
Renaming of the OMD package allows us to drop the package
specific unpack target which this commit also removes.
Change-Id: If51919ee8655d118e9b3dcdbfbb7a11493ece9de
Commit: 7a6a1bb90d4d892d029dc733af3edb99710b695f
https://github.com/tribe29/checkmk/commit/7a6a1bb90d4d892d029dc733af3edb997…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
A agents/modules/windows/.gitattributes
M agents/modules/windows/Makefile
M agents/modules/windows/exec_cmd.bat
M agents/modules/windows/install_legacy.cmd
M agents/modules/windows/readme.md
M agents/modules/windows/uninstall_legacy.cmd
M omd/Makefile
A omd/packages/Python/Python-3.8.11.tar.xz
A omd/packages/Python/Python.make
A omd/packages/Python/sitecustomize.py
A omd/packages/Python/windows/python-3.4.4.msi
R omd/packages/Python3/Python-3.8.11.tar.xz
R omd/packages/Python3/Python3.make
R omd/packages/Python3/sitecustomize.py
R omd/packages/Python3/windows/python-3.4.4.msi
M omd/packages/check_mk/check_mk.make
M omd/packages/lasso/lasso.make
M omd/packages/mk-livestatus/mk-livestatus.make
M omd/packages/mod_wsgi/mod_wsgi.make
M omd/packages/net-snmp/net-snmp.make
M omd/packages/omd/omd.make
M omd/packages/packages.make
M omd/packages/protobuf/protobuf.make
M omd/packages/python3-modules/python3-modules.make
M omd/packages/rrdtool/rrdtool.make
Log Message:
-----------
Python3: Rename to Python
Renaming of the OMD package allows us to drop the package
specific unpack target which this commit also removes.
Change-Id: I9f1b48f49d126c1550e5e5ce00589e450de83da2
Compare: https://github.com/tribe29/checkmk/compare/cc658101506c...7a6a1bb90d4d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f352910ec55ff9c355f7a0f6783d2d54f8192e5b
https://github.com/tribe29/checkmk/commit/f352910ec55ff9c355f7a0f6783d2d54f…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.linux
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
Log Message:
-----------
inpath: move to common code
Change-Id: Iedd3727c6d9b63221942a23f6f6a8e02356ae8af
Commit: 18ca5aab632c9110fba2cdd448876e7cb123885b
https://github.com/tribe29/checkmk/commit/18ca5aab632c9110fba2cdd448876e7cb…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.linux
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
Log Message:
-----------
use fallback instead of default
Change-Id: I18a11c20b6a7d522e387bc732c86a90691652af0
Commit: fa812cd64f11d39882591c52e3a92547013ba829
https://github.com/tribe29/checkmk/commit/fa812cd64f11d39882591c52e3a925470…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.linux
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
Log Message:
-----------
systemd & encryption: fix incomplete agent output
When triggered via the systemd socket the agent lost some data
if the output was redirected using (for instance) `exec > >(cat)`.
For some reason, some buffered output was lost, leading to
missing sections and crashing parse functions.
SUP-7252
Change-Id: I08d0846d7dbd4fd192d8c0407be606b42978a3c1
Commit: cc658101506c7beb6f94f86568d42e21db793130
https://github.com/tribe29/checkmk/commit/cc658101506c7beb6f94f86568d42e21d…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M livestatus/src/TableStateHistory.cc
Log Message:
-----------
Make Table{,Cached}StateHistory.cc a tiny bit more similar.
Change-Id: Icd2bfa25714d680d968d2ea19f2219cd5921ec12
Compare: https://github.com/tribe29/checkmk/compare/a772e288d450...cc658101506c
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5ef9405de2974e17d434c0143d61634edc73e31e
https://github.com/tribe29/checkmk/commit/5ef9405de2974e17d434c0143d61634ed…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M tests/unit/cmk/base/plugins/agent_based/test_mssql_datafiles_transactionlogs.py
Log Message:
-----------
mssql datafiles/transactionlogs: refactored unit test
to help see changes caused by the next commit
Change-Id: I959e291a9e2a4bb9f98cd3aecd0955f1fb61d751
Commit: c5ad876a0f18a70af2277b6b6259e442d1c79d45
https://github.com/tribe29/checkmk/commit/c5ad876a0f18a70af2277b6b6259e442d…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
A .werks/12688
M cmk/base/plugins/agent_based/df_section.py
M cmk/base/plugins/agent_based/mssql_datafiles_transactionlogs.py
M cmk/base/plugins/agent_based/utils/df.py
M tests/unit/cmk/base/plugins/agent_based/test_mssql_datafiles_transactionlogs.py
Log Message:
-----------
12688 mssql datafiles/transactionlogs: max size reflects available filesystem size
SUP-237
Change-Id: Ief8eaee37acc839660853731bf2f5b239d90c8ef
Compare: https://github.com/tribe29/checkmk/compare/b48d0a05975a...c5ad876a0f18
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 69e7734885eb87900a5968eb5c845c42ee5b97db
https://github.com/tribe29/checkmk/commit/69e7734885eb87900a5968eb5c845c42e…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M livestatus/src/ListLambdaColumn.h
Log Message:
-----------
ListColumn: Remove uncalled getRawValue overloads
The callers always call `getRawValue()` with the complete set of
arguments and this function takes care of dispatching to the right
`function_type` overload.
CMK-7076
Change-Id: I4d5f2b5166407046f1f6b5390fdc73c3c30d43f1
Commit: b48d0a05975a9f85b0f6b4e44c110f60800a8e09
https://github.com/tribe29/checkmk/commit/b48d0a05975a9f85b0f6b4e44c110f608…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M livestatus/src/ListLambdaColumn.h
Log Message:
-----------
ListColumn: Add the timezone_offset overload
It is necessary for the RRDColumn.
CMK-7076
Change-Id: I038cbea2e4e2a066d1a720c1e81531e0f86d7aeb
Compare: https://github.com/tribe29/checkmk/compare/9dbe0eb474f3...b48d0a05975a