Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 41a4d8c582e499e1fb9c0dfa87333c5678cf0051
https://github.com/tribe29/checkmk/commit/41a4d8c582e499e1fb9c0dfa87333c567…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M agents/cmk-agent-ctl/src/monitoring_data.rs
M agents/wnx/src/engine/agent_controller.cpp
M agents/wnx/src/engine/agent_controller.h
M agents/wnx/src/engine/external_port.cpp
M agents/wnx/src/engine/service_processor.cpp
M agents/wnx/src/engine/windows_service_api.cpp
M agents/wnx/src/engine/windows_service_api.h
M agents/wnx/watest/test-agent_controller.cpp
M agents/wnx/watest/test-service.cpp
Log Message:
-----------
Integrate Agent Controller with Windows agent
Logic begind:
According to the config file
- agent starts or do not starts controller.
- creates or deletes signal file
- creates valid firewall rule
Controller reads data using hard-coded port 50001
TEST: Manual with telnet from VM
CMK-951
Change-Id: I462ae205436e3a44962713e91af584c92e745553
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 5fc3a91721360edc2bf8a508150c86e561055ebf
https://github.com/tribe29/checkmk/commit/5fc3a91721360edc2bf8a508150c86e56…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M cmk/gui/plugins/dashboard/graph.py
M cmk/gui/plugins/webapi/grafana.py
Log Message:
-----------
Autocompleter fixes
All sites auto completer is the empty choice. It is more informative than
the empty string for not being set. It is even more helpful on Grafana
where The filter is always active.
Fix Graph template default title for single metric automatic graphs. The
"str" wrap to combat lazy strings plays against the dictionary non value
giving the string "None", that is not a title
Change-Id: I98875ac83f378b74622e872a7958de70814ef301
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 81b2020e40cfe883765185d42baa16f535e5f9cb
https://github.com/tribe29/checkmk/commit/81b2020e40cfe883765185d42baa16f53…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M cmk/gui/plugins/views/availability.py
M cmk/gui/plugins/views/utils.py
M cmk/gui/views/__init__.py
M tests/gui_crawl/test_gui_crawl.py
Log Message:
-----------
Improve GUI crawl performance
The following changes reduce the number of URLs that are produced by our
GUI code and exclude some special case from being followed. For each
builtin view we now follow by a factor of 10 less URLs.
* Cleanup some variances in URLs which lead to duplication of URLs being
followed.
* Remove show_checkboxes and selection from links to other pages as they
should only affect the current page.
* Do not follow "view.py?owner=&..." URLs anymore as they are redundant.
The regular pages without the "owner" query parameter are still
crawled.
* Only visit some of the werk pages
Change-Id: I4129561c6ffaf140d5fe4e32b1df0df84818e24b
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 3e7049fe55492cf33fbe9892c31cc57e3d8a03e5
https://github.com/tribe29/checkmk/commit/3e7049fe55492cf33fbe9892c31cc57e3…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M cmk/utils/livestatus_helpers/tables/downtimes.py
M cmk/utils/livestatus_helpers/tables/hosts.py
M cmk/utils/livestatus_helpers/tables/services.py
M cmk/utils/livestatus_helpers/tables/status.py
M livestatus/src/TableHosts.cc
M livestatus/src/TableServices.cc
Log Message:
-----------
Unify column descriptions, part 1.
Change-Id: I69f23d74f3a75c8cdb42be358128b30a439d8408
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: cf4752032ef2ef7f33b3c711814841ed16f51171
https://github.com/tribe29/checkmk/commit/cf4752032ef2ef7f33b3c711814841ed1…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M agents/plugins/mk_informix
M agents/plugins/mk_sap_hana
M buildscripts/scripts/stages.yml
Log Message:
-----------
enable shellcheck SC2030/1
Change-Id: I0f5657a543c208a589e05aaf52ebf0fdd1866d3d
Commit: df48c6f353ea8479e0c49406a701abbd27f9f13e
https://github.com/tribe29/checkmk/commit/df48c6f353ea8479e0c49406a701abbd2…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2015
Make the intention clearer to the shellchecker.
We known that "A && B || C is not if-then-else".
Change-Id: Ia6b5a2ee6ae190a48840c31cbf5bf9e987ee1c11
Commit: e7d63c9f685a756877627a7d442a5f1a277a1402
https://github.com/tribe29/checkmk/commit/e7d63c9f685a756877627a7d442a5f1a2…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M agents/check_mk_agent.aix
A tests/agent-unit/test_section_uptime_aix.sh
Log Message:
-----------
build test from examples
Change-Id: I27e005fa6fb540efbf3e190230c3dfc080f05429
Commit: 7ba93064dae7a5bbc15e4508157568fc082ec62e
https://github.com/tribe29/checkmk/commit/7ba93064dae7a5bbc15e4508157568fc0…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M agents/check_mk_agent.aix
M agents/plugins/mk_sap_hana
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2001
SC2001: See if you can use "${variable//search/replace}" instead.
Change-Id: Iabf4965e7eb84608e5c444f3ac3103cb626f5966
Compare: https://github.com/tribe29/checkmk/compare/b44bde50d516...7ba93064dae7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b44bde50d516308ed71489b3624a5d82cf5d377c
https://github.com/tribe29/checkmk/commit/b44bde50d516308ed71489b3624a5d82c…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M cmk/snmplib/type_defs.py
M tests/integration/cmk/lib/snmplib/conftest.py
M tests/integration/cmk/lib/snmplib/test_snmp_modes.py
Log Message:
-----------
Add integration test for higher SNMP encryptions
* higher encryptions e.g. SHA225 where not possible when using inline
snmp
* this was fixed with the update to 5.9.1
Change-Id: I768884a4e54e12f86a1cd7a5e9a2a8a557f9230f
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 268dfb28967aeedf45ad0b922379e433e215e990
https://github.com/tribe29/checkmk/commit/268dfb28967aeedf45ad0b922379e433e…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M tests/Makefile
Log Message:
-----------
Rust/Cargo: Deny clippy warnings
This will mark clippy warnings as errors and prevent us from
committing rust code with warnings.
Change-Id: Ifa5ebf1cd14f2cea1ccca98d51d3b8077fdcfb9c
Commit: c5d1d8dba23be7825924801e8ec0363bb47a8358
https://github.com/tribe29/checkmk/commit/c5d1d8dba23be7825924801e8ec0363bb…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M agents/cmk-agent-ctl/src/main.rs
M agents/cmk-agent-ctl/src/monitoring_data.rs
Log Message:
-----------
cmk-agent-ctl: Fix some clippy warnings, simplify some code
Change-Id: I6cf40f02756974b9a44ea78d17c57a31d3ccc8eb
Compare: https://github.com/tribe29/checkmk/compare/4e54a9ae48ba...c5d1d8dba23b