Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4cbb4662ba4ef961e9349f5ba072814127fb8faa
https://github.com/tribe29/checkmk/commit/4cbb4662ba4ef961e9349f5ba07281412…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M livestatus/src/LogCache.cc
Log Message:
-----------
Avoid log message when the monitoring history archive is not yet there.
Change-Id: Ic7886564cff603eda7ec7e3cff1ab6899d99d775
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 24a4e081494a1959f00667a8155bdfc3c57d6623
https://github.com/tribe29/checkmk/commit/24a4e081494a1959f00667a8155bdfc3c…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M cmk/gui/plugins/wato/check_parameters/interfaces.py
Log Message:
-----------
Network interfaces and switch ports rule: Adjust default error levels
The default error levels suggested to the user when editing this ruleset
now match the defaults used by the interface check plugins. This also
fixes the issue that the suggested defaults had WARN > CRIT.
Change-Id: Ie41b646066960f7a02ce8e8230b8f3d6cbbda810
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f2d81a9eeaf8c7c987a4af0e708159405f74e4ac
https://github.com/tribe29/checkmk/commit/f2d81a9eeaf8c7c987a4af0e708159405…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M cmk/gui/plugins/wato/check_parameters/interfaces.py
Log Message:
-----------
Network interfaces and switch ports rule: Adjust default error levels
The default error levels suggested to the user when editing this ruleset
now match the defaults used by the interface check plugins. This also
fixes the issue that the suggested defaults had WARN > CRIT.
Change-Id: Ie41b646066960f7a02ce8e8230b8f3d6cbbda810
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 5ad702b0b6cc5ddaa653bbb16bcb79b9626d1935
https://github.com/tribe29/checkmk/commit/5ad702b0b6cc5ddaa653bbb16bcb79b96…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
A .werks/13354
M active_checks/check_sftp
M checks/check_sftp
M tests/unit/checks/test_check_sftp.py
Log Message:
-----------
13354 FIX <tt>check_sftp</tt>: Fix password store usage
The active check for FTP servers ("Check SFTP Service") reported
"Connection failed!"
and went CRIT when using the password store, even if the password
was correct.
SUP-8241
Change-Id: I4467321d5c5b62f7d269d155a6fea59549d99afd
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 23fcdc42a67dfc805748b28bbd28d9417e434006
https://github.com/tribe29/checkmk/commit/23fcdc42a67dfc805748b28bbd28d9417…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
A .werks/13354
M active_checks/check_sftp
M checks/check_sftp
M tests/unit/checks/test_check_sftp.py
Log Message:
-----------
13354 FIX <tt>check_sftp</tt>: Fix password store usage
The active check for FTP servers ("Check SFTP Service") reported
"Connection failed!"
and went CRIT when using the password store, even if the password
was correct.
SUP-8241
Change-Id: I4467321d5c5b62f7d269d155a6fea59549d99afd
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 1a349e5fb9c5c8740a83483471c46ca11badbfd8
https://github.com/tribe29/checkmk/commit/1a349e5fb9c5c8740a83483471c46ca11…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
A .werks/11902
M checks/cmciii
Log Message:
-----------
11902 FIX Fix crash in Rittal CMC III temperature check
Some entries (such as the ones for the blue LED) do not report their
temperatures. However, the missing temperature would crash the check.
The device will have to be rediscovered.
This patch fixes a series of crash reports:
https://crash.checkmk.com/gui/crashreportgroupview/show/1681
Change-Id: Ic31a65114346086da10c4f958b17964ffd1b785e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 325c347643ff9ab360d71449f5439c677343e6e2
https://github.com/tribe29/checkmk/commit/325c347643ff9ab360d71449f5439c677…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M .werks/12908
R checks/mrpe
M cmk/base/plugins/agent_based/mrpe.py
R tests/unit/checks/generictests/datasets/mrpe_old.py
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_mrpe.py
Log Message:
-----------
Migrate mrpe check plugin
also: The 'OK -' part is not part of the API.
Remove it from the tests.
Change-Id: I9d7941b0ff4071c7fdbe7458713425dca509da1e
Commit: 2cb84e9af721888aedf043f68692f6dfb7adef73
https://github.com/tribe29/checkmk/commit/2cb84e9af721888aedf043f68692f6dfb…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
A .werks/13468
M cmk/base/plugins/agent_based/mrpe.py
M tests/unit/cmk/base/plugins/agent_based/test_mrpe.py
Log Message:
-----------
13468 mrpe: Do not crash upon invalid metrics
In Checkmk versions prior to 2.0, invalid performance data strings passed by the MRPE plugin have been ignored.
In Checkmk 2.0 the parsing would find those invalid strings, and crash upon them.
This is generally the desired behaviour (see <a href=https://docs.checkmk.com/latest/en/devel_check_plugins.html#errors>the documentation</a> for a rationale).
However, since MRPE comprises a lot of different plugins, an all-or-nothing approach is rather inconvenient.
We now parse everything as good as we can, and issue an <tt>UNKNOWN</tt> state for the affected service.
Change-Id: I344028bea83efe74c4dc88f05ecac119fa10af9d
Commit: ee18748e985d9e52a708cc8500067f8909e3df97
https://github.com/tribe29/checkmk/commit/ee18748e985d9e52a708cc8500067f890…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M cmk/gui/plugins/metrics/graph_templates.py
Log Message:
-----------
Quick fix integration test issues
Will add type hints to uncover these issues
in the future later.
Change-Id: Ia291bd1def9e2be8deb4073c143450c201b0a585
Compare: https://github.com/tribe29/checkmk/compare/180a27660ee0...ee18748e985d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 01e53ca4b7cff558db6fa0a2768eceb0bc390d95
https://github.com/tribe29/checkmk/commit/01e53ca4b7cff558db6fa0a2768eceb0b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M cmk/gui/mkeventd.py
M cmk/gui/plugins/dashboard/graph.py
M cmk/gui/plugins/metrics/apache.py
M cmk/gui/plugins/metrics/application.py
M cmk/gui/plugins/metrics/aws.py
M cmk/gui/plugins/metrics/checkmk.py
M cmk/gui/plugins/metrics/citrix.py
M cmk/gui/plugins/metrics/couchbase.py
M cmk/gui/plugins/metrics/cpu.py
M cmk/gui/plugins/metrics/utils.py
M cmk/gui/plugins/views/builtin.py
M cmk/gui/plugins/views/builtin_inventory_plugins.py
M cmk/gui/plugins/views/mkeventd.py
M cmk/gui/plugins/views/painters.py
M cmk/gui/plugins/visuals/filters.py
M cmk/gui/plugins/visuals/inventory.py
M cmk/gui/plugins/visuals/utils.py
M cmk/gui/plugins/visuals/wato.py
Log Message:
-----------
Make some texts lazy localized
Change-Id: I7a9b53eaae56fa5a1aa5c1742f44710b187ab19f
Commit: 180a27660ee0c8973aed0d6b0bfe5a0a49a1d57c
https://github.com/tribe29/checkmk/commit/180a27660ee0c8973aed0d6b0bfe5a0a4…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M cmk/base/autochecks/__init__.py
M cmk/base/check_utils.py
Log Message:
-----------
refactor: deduplication
Move the helper function to its only callsite.
Change-Id: I6a03f364b3e17f06d74f19451a97bc4eafe2e9f9
Compare: https://github.com/tribe29/checkmk/compare/592bf0c3e7f1...180a27660ee0