Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 82854c9d18ff88f5e87b37539d053148e07cc594
https://github.com/tribe29/checkmk/commit/82854c9d18ff88f5e87b37539d053148e…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-07-02 (Tue, 02 Jul 2019)
Changed paths:
A .werks/7428
M cmk/notification_plugins/utils.py
M tests/unit/cmk/notifications/test_utils.py
Log Message:
-----------
7428 FIX email: don't escape email subject and addresses
Since version 1.5.0p14 the subject and addresses of HTML emails
were escaped, i.e. the characters '<', '>' and '&'
were replaced by '&lt;', '&gt;' and '&amp;',
if present. This resulted in a slightly more unreadable subject
if any of these characters were present and if an email address
contained an ampersand it would result in an invalid (escaped)
email address.
CMK-2142
Change-Id: I22c1fdaeb0156fd1d0a65d3f3817bcb80cf94419
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 37ff1089154ae40a35b969635d0a60fb0b518e96
https://github.com/tribe29/checkmk/commit/37ff1089154ae40a35b969635d0a60fb0…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2019-07-01 (Mon, 01 Jul 2019)
Changed paths:
A .werks/7890
M checks/check_by_ssh
M cmk/gui/plugins/wato/active_checks.py
Log Message:
-----------
7890 check_by_ssh: Option to automatically accept new host keys
The check_by_ssh check pluging now allows the user to optionally enable automatic acceptance of new host keys while refusing connection of changed or non-trusted host keys.
CMK-2148
Change-Id: I39cff33621f7a114ec96eddbdd2b44ee5c503f4e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4e0d63b1b93aac58a9dc4c79b911b64775b53dea
https://github.com/tribe29/checkmk/commit/4e0d63b1b93aac58a9dc4c79b911b6477…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2019-07-01 (Mon, 01 Jul 2019)
Changed paths:
A .werks/7892
M checks/systemd_units
Log Message:
-----------
7892 systemd_services: fix broken discovery rule
This fix solves the exception which occured when a systemd service discovery rule was defined
Change-Id: I1181a4c86271df1da8fbf2c8f88a8bdb879eb3a9