Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 6a08e7c29eff53caff1780af6023e64fdc890946
https://github.com/tribe29/checkmk/commit/6a08e7c29eff53caff1780af6023e64fd…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
A .werks/12794
Log Message:
-----------
12794 FIX SLA details general view
"Problem details" on "sla_details_general" page did not show a table.
Also the mouseover effect on timeline elements to highlight the
corresponding element in the details table was broken, and showed an
javascript error, 'sla_details_table_hover' not defined.
Change-Id: I02c8160f99caed308c69f0d4897eb3e6bf150f4d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b0f5b750dcfcbd0af58b0aba576764ff125865e4
https://github.com/tribe29/checkmk/commit/b0f5b750dcfcbd0af58b0aba576764ff1…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
A .werks/11809
M active_checks/check_mailboxes
M checks/check_mailboxes
M cmk/gui/plugins/wato/active_checks.py
Log Message:
-----------
11809 Add missing IMAP Mailboxes rule
The rule "Check IMAP Mailboxes" was missing the option to configure the thresholds for checking the age of the newest mails.
This was added with this werk.
SUP-6828
Change-Id: I2d9edbf9be0be7d56f19335821ff1db291262e19
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 11a8de8480140757dfecf23243a67dfedf825c0c
https://github.com/tribe29/checkmk/commit/11a8de8480140757dfecf23243a67dfed…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
A .werks/11809
M active_checks/check_mailboxes
M checks/check_mailboxes
M cmk/gui/plugins/wato/active_checks.py
Log Message:
-----------
11809 Add missing IMAP Mailboxes rule
The rule "Check IMAP Mailboxes" was missing the option to configure the thresholds for checking the age of the newest mails.
This was added with this werk.
SUP-6828
Change-Id: I2d9edbf9be0be7d56f19335821ff1db291262e19
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 593f7883976a92c9847486f12f1db8ae7eb04021
https://github.com/tribe29/checkmk/commit/593f7883976a92c9847486f12f1db8ae7…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/restful_objects/code_examples.py
Log Message:
-----------
Fix the httpie code template
Parameter should be single quoted since all the other
parameters inside it are double quoted.
The old template was unusable and produced errors.
The --json is not needed since the explicit
"Accept: application/json" is there.
Besides --json param is in the incorrect place
and produced errors.
Change-Id: I85919906c4772bee15f0d55caef92337f49bcbfd